-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
29 lines (28 loc) · 1.52 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
<!DOCTYPE html>
<html lang="zh-CN" dropeffect="none" class="js is-AppPromotionBarVisible cssanimations csstransforms csstransitions flexbox touchevents mobile">
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset="utf-8">
<title>追书神器</title>
<meta name="viewport" content="width=device-width, initial-scale=0.5, minimum-scale=0.5, maximum-scale=0.5, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no">
<meta name=“apple-mobile-web-app-capable” content=“yes”>
<meta name=“apple-mobile-web-app-status-bar-style” content=“black”>
<meta name=“format-detection” content=“telephone=no”>
<meta name=“full-screen” content=“yes”>
<meta name=“x5-fullscreen” content=“true”>
<meta name=“applicable-device” content=“mobile”>
<link href="https://ss1.baidu.com/6ONXsjip0QIZ8tyhnq/it/u=2579981449,1014950695&fm=58&u_exp_0=2012947834,681645285&fm_exp_0=86&bpow=512&bpoh=512" rel="Shortcut Icon" type="image/x-icon">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="./build/styles.css">
</head>
<body>
<div id="root"></div>
</body>
<script>
document.body.addEventListener('touchstart', function () { });
</script>
<script src="./build/vendor.js"></script>
<script src="./build/app.js"></script>
</html>