-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathloding.html
More file actions
27 lines (24 loc) · 922 Bytes
/
loding.html
File metadata and controls
27 lines (24 loc) · 922 Bytes
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
27
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<title>Home Page | Waterstrong</title>
<meta charset="UTF-8">
<meta name="keywords" content="Waterstrong">
<meta name="description" content="I am Waterstrong!">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="author" content="Waterstrong">
<meta name="version" content="6.0.3">
<link rel="apple-touch-icon-precomposed" href="img/avatar.png">
<link rel="shortcut icon" type="image/ico" href="img/favicon.png">
<link rel="stylesheet" href="css/global.css"/>
<link rel="stylesheet" href="css/index.css"/>
<!-- <link rel="stylesheet" href="css/style.css"/> -->
</head>
<body>
<div id="v4-pre-loaded">
<div class="loading"></div>
</div>
</body>
</html>