-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
26 lines (26 loc) · 869 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,minimum-scale=1,user-scalable=0">
<title>FIFA球星</title>
<script src="//res.wx.qq.com/open/js/jweixin-1.2.0.js"></script>
<!--
<script src="//wechatfe.github.io/vconsole/lib/vconsole.min.js?v=3.2.0"></script>
<script>var vConsole = new VConsole()</script>
-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e75a0b6ac3bcdca13cfc131fcc600792";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
</head>
<body>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>