|
@@ -0,0 +1,48 @@
|
|
|
+<html>
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <title>ArozOS Cloud Router</title>
|
|
|
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
+ <link rel="icon" type="image/x-icon" href="favicon.ico">
|
|
|
+ <link rel="icon" type="image/png" href="./img/logo.png" />
|
|
|
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.css">
|
|
|
+ <script type="text/javascript" src="./jquery.min.js"></script>
|
|
|
+ <script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.4.1/semantic.min.js"></script>
|
|
|
+ <link rel="preconnect" href="https://fonts.googleapis.com">
|
|
|
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
|
+ <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300&display=swap" rel="stylesheet">
|
|
|
+ <style>
|
|
|
+ body p,span,div,a,h1,h2,h3,h4,h5,input{
|
|
|
+ font-family: 'Noto Sans TC', sans-serif;
|
|
|
+ }
|
|
|
+
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+ <br><br>
|
|
|
+ <div class="ui container">
|
|
|
+ <div class="ui segment">
|
|
|
+ <div class="ui grid">
|
|
|
+ <div class="eight wide column">
|
|
|
+
|
|
|
+ <div class="ui basic segment">
|
|
|
+ <h2 class="ui header">
|
|
|
+ Hello!
|
|
|
+ <div class="sub header">Welcome to the ArozOS Cloud Router</div>
|
|
|
+ </h2>
|
|
|
+ <p>This is a cloud VPS instance that do routing and reverse proxy for nodes that behind multiple NATs. If you need such services, contact us at [email protected] or find us in our Telegram group.</p>
|
|
|
+ <p>這是一個雲端 VPS,正在為多個 NAT 後面的 ArozOS 節點執行路由和反向代理。 如果您也需要此服務,請通過 [email protected] 聯繫我們或在我們的 Telegram 群組中尋找我們協助。</p>
|
|
|
+ <p>这是一个云端 VPS,正在为多个 NAT 后面的 ArozOS 节点执行路由和反向代理。如果您也需要此服务,请通过 [email protected] 联系我们或在我们的 Telegram 群组中寻找我们协助。</p>
|
|
|
+ <p>複数のNATの背後にあるノードのルーティングとリバースプロキシーを行うクラウドVPSです。このようなサービスが必要な場合は、[email protected] または Telegram グループにご連絡ください。</p>
|
|
|
+ <div class="ui divider"></div>
|
|
|
+ <p>Illustration © ArozOS Original Author, All Right Reserved</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="eight wide column">
|
|
|
+ <img src="title.png" style="pointer-events: none; user-select: none;">
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+<body>
|
|
|
+</html>
|