-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (26 loc) · 1017 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
25
26
27
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>豆神</title>
<meta name="renderer" content="webkit">
<meta content="IE=edge" http-equiv="X-UA-Compatible">
<meta name="apple-touch-fullscreen" content="yes">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="black" name="apple-mobile-web-app-status-bar-style">
<!-- 禁止数字串被处理为电话号码 -->
<meta name="format-detection" content="telephone=no">
<meta name="keywords" content="豆瓣 读书 电影 活动 陈舟 豆神"/>
<meta name="description"
content="豆瓣 读书 电影 活动 陈舟 豆神"/>
<meta name="author" content="陈舟"/>
<meta name="copyright" content="© 豆神"/>
<link rel="stylesheet" type="text/css" href="css/mui.css"/>
<script src="js/lib/jquery-2.1.3.js"></script>
<script src="js/lib/underscore.js"></script>
</head>
<body>
<div id="main" class="dou"></div>
</body>
<script src="build/app.js"></script>
</html>