-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
24 lines (23 loc) · 1.24 KB
/
index.html
File metadata and controls
24 lines (23 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!--this application is released on [Game Creator] http://www.gamecreator.com.cn 2021-08-18 16:01:04-->
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'/>
<title>Game</title>
<meta name='viewport'
content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no'/>
<meta name='apple-mobile-web-app-capable' content='yes'/>
<meta name='full-screen' content='true'/>
<meta name='screen-orientation' content='portrait'/>
<meta name='x5-fullscreen' content='true'/>
<meta name='360-fullscreen' content='true'/>
<meta http-equiv='Cache-Control' content='max-age=0'/>
<meta name="keywords" content="Game" />
<meta name="description" content="项目层代码" />
</head>
<body style="margin: 0px;background-color: #000;color:#FFF">
</body>
</html>
<script>var __extends = (this && this.__extends) || function (d, b) {for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p];function __() { this.constructor = d; }d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());};</script>
<script type="text/javascript" src="script.js?r=1629273664986" ></script>
<script>if(typeof main !='undefined'){main();}else{console.trace("没有找到main函数!");}</script>