-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex-src.html
26 lines (25 loc) · 957 Bytes
/
index-src.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 lang="zh">
<head>
<meta charset="UTF-8">
<title>Circle War</title>
<!-- build:css dist/css/style.css -->
<link rel="stylesheet" href="css/style.css">
<!-- /build -->
</head>
<body>
<div class="wechat_share_img">
<!-- build:[src] dist/images/ -->
<img src="res/wechat_share.png" alt="wechat">
<!-- /build -->
</div>
<canvas id="gameCanvas" width="1920" height="1080"></canvas>
<!-- build:js dist/js/require.js -->
<script type="text/javascript" src="lib/require.js" charset="UTF-8"></script>
<!-- /build -->
<!-- build:js dist/js/script.js?v=2017021301 -->
<script type="text/javascript" src="js/config.js" charset="UTF-8"></script>
<!-- /build -->
<script>var _hmt=_hmt||[];(function(){var a=document.createElement("script");a.src="https://hm.baidu.com/hm.js?08e7568514d4ec603eb05778e56aef48";var b=document.getElementsByTagName("script")[0];b.parentNode.insertBefore(a,b)})();</script>
</body>
</html>