-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.13 KB
/
Copy pathindex.html
File metadata and controls
33 lines (29 loc) · 1.13 KB
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
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>前端导航 - 基于React的响应式单页应用</title>
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=no">
<meta name="keywords" content="前端导航,网址导航,前端工具,前端框架,前端网站大全">
<meta name="author" content="Brandon">
<link rel="shortcut icon" href="src/images/favicon.ico">
<link href="https://cdn.bootcss.com/antd/3.0.0-alpha0/antd.min.css" rel="stylesheet">
<link rel="stylesheet" href="src/css/index.css">
<link rel="stylesheet" href="src/css/loading.css">
</head>
<body>
<div id="app">
<div class="loading">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
<div class="bounce4"></div>
<div class="bounce5"></div>
<p>内容加载中。。。</p>
</div>
</div>
<script src="src/vendor.js"></script>
<script src="src/bundle.js"></script>
</body>
</html>