-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.58 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
34
35
36
37
38
<!doctype html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>红警练兵场</title>
<link rel="stylesheet" href="./style/style.css">
<script src="liveJs/ws.js"></script>
<script src="liveJs/gameApi.js"></script>
<script src="liveJs/actionApi.js"></script>
<script src="liveJs/hook.js"></script>
<script defer="defer" src="game.bun.min.js"></script>
</head>
<body>
<div id="app"></div>
<div class="image-container" id="loading">
<div class="logo"></div>
<span id="loadingtext" style="position: absolute; top: 10px; left: 10px;">欢迎进入红警练兵场,与具有挑战性的AI对决或协同作战!</span>
<div style="color: white; font-size: 12px;">
<div style="position: absolute; bottom: 10px; right: 10px; text-align: right;">
<br>本程序与腾讯(Tencent)公司无关<br>本程序与苹果(Apple)公司无关<br>本程序与美国艺电(EA)公司无关<br>本程序为非经营性
</div>
<div style="position: absolute; bottom: 10px; left: 10px;">
红警练兵场问题请加QQ群 940930754<br>
基于前端技术重新实现,亦仅仅是个人项目<br>
不提供任何在线聊天、联机服务,非网络游戏!<br>
仅供个人技术学习交流
</div>
</div>
</div>
<div id="yaogan" style="position: absolute;left:30px;bottom: 50px;width: 220px;height: 220px;">
</div>
<div id="footer">
</div>
</body>
</html>