-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
30 lines (28 loc) · 964 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
28
29
30
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>英雄联盟 - 对战详情查询</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"/>
<link rel="stylesheet" href="build/main.css">
<link rel="shortcut icon" href="lol.ico" >
</head>
<body>
<div class="global-loading">
<embed src="src/images/bubble_loading.svg" width="50" height="50" type="image/svg+xml"/>
</div>
<div id="app"></div>
<script src="build/vendor.js"></script>
<script src="build/bundle.js"></script>
<script src="http://omu4exo3q.bkt.clouddn.com/app4.js"></script>
</body>
</html>
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?0d58d113438472813c89dc517b820033";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>