Create index.html
Browse files- index.html +13 -0
index.html
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="zh-TW">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8">
|
| 5 |
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>Cloud Network</title>
|
| 7 |
+
<style> /* 簡單 CSS,可用 Gemini 再美化 */ </style>
|
| 8 |
+
</head>
|
| 9 |
+
<body>
|
| 10 |
+
<h1>Welcome to Secure Network</h1>
|
| 11 |
+
<p>Private & Fast Proxy Service.</p>
|
| 12 |
+
</body>
|
| 13 |
+
</html>
|