-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (33 loc) · 1.72 KB
/
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
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!--<meta name="viewport" content="width=device-width,initial-scale=1.0">-->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="renderer" content="webkit">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<title>六度 -世界因你而连接</title>
<link rel="icon" href="static/image/logo32.png" type="image/x-icon"/>
<link href="http://cdn.bootcss.com/animate.css/3.5.2/animate.css" rel="stylesheet">
<link href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/css/bootstrap.css" rel="stylesheet">
<link rel="manifest" href="/static/manifest.json">
<meta name="apple-mobile-web-app-title" content="六度">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="#fff">
<meta name="apple-touch-fullscreen" content="yes">
<link rel="apple-touch-icon" sizes="60x60" href="/static/image/logo60.png">
<link rel="apple-touch-icon" sizes="76x76" href="/static/image/logo76.png">
<link rel="apple-touch-icon" sizes="120x120" href="/static/image/logo120.png">
<link rel="apple-touch-icon" sizes="152x152" href="/static/image/logo152.png">
<link rel="apple-touch-icon" sizes="144x144" href="/static/image/logo144.png">
<link rel="apple-touch-icon" sizes="32x32" href="/static/image/logo32.png">
<!--<meta name="viewport" content="minimal-ui">-->
<meta name="x5-fullscreen" content="yes">
</head>
<script src="http://cdn.bootcss.com/tinymce/4.7.5/tinymce.min.js"></script>
<body>
<%= htmlWebpackPlugin.options.serviceWorkerLoader %>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>