-
Notifications
You must be signed in to change notification settings - Fork 2
/
wenchen.html
26 lines (23 loc) · 953 Bytes
/
wenchen.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
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>首页</title>
<meta name="keywords" content="超飞哥网络技术有限公司">
<meta name="description" content=" 用户至上,数据为王">
<meta name="apple-touch-fullscreen" content="yes">
<meta http-equiv="content-type" content="text/x-component">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport"
content="width=device-width, user-scalable = no,initial-scale=1.0, maximum-scale=1.0, user-scalable = no">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="format-detection" content="telephone=no" />
<meta http-equiv="Access-Control-Allow-Origin" content="*" />
<link rel="stylesheet" type="text/css" href="./css/index.css">
</head>
<body>
<div class="main">
<img style="width: 100%; height: auto" src="https://static.starkos.cn/resource/pic/5R3xBQklbW3mJW1Q8EYj.png" />
</div>
</body>
</html>