-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (28 loc) · 1.08 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="user-scalable=no">
<link rel="icon" href="icon/icon.png" type="image/png">
<link rel="apple-touch-icon" href="icon/icon.png">
<link rel="stylesheet" type="text/css" href="css/game.css">
<title>核心代码检查</title>
</head>
<body style="background-color: black">
<script src="js/libs/pixi.js"></script>
<script src="js/libs/pako.min.js"></script>
<script src="js/libs/localforage.min.js"></script>
<script src="js/libs/effekseer.min.js"></script>
<script src="js/libs/vorbisdecoder.js"></script>
<script src="js/rmmz_core.js"></script>
<script src="js/rmmz_managers.js"></script>
<script src="js/rmmz_objects.js"></script>
<script src="js/rmmz_scenes.js"></script>
<script src="js/rmmz_sprites.js"></script>
<script src="js/rmmz_windows.js"></script>
<script src="js/plugins.js"></script>
<script src="src/setup.ts"></script>
</body>
</html>