forked from shadowsocks/shadowsocks-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 911 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=1">
<meta name="format-detection" content="telephone=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Error">
<link rel="apple-touch-startup-image" href="./favicon.png">
<link rel="apple-touch-icon" href="./favicon.png">
<meta name="msapplication-TileImage" content="./favicon.png">
<link rel="shortcut icon" href="./favicon.png">
<title>Shadowsocks-Manager</title>
</head>
<body style="display: flex; align-items:center; justify-content:center; height: 80vh;">
<div>
<img src="./favicon.png" style="width: 250px;">
<h1 style="color: #666">Coming soon</h1>
</div>
</body>
</html>