-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
16 lines (14 loc) · 860 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<script type="text/javascript" src="src/webgl2D.js"></script>
<script type="text/javascript" src="example/stats.min.js"></script>
<script type="text/javascript" src="example/main.js"></script>
</head>
<!--<body style="overflow: hidden; margin: 0; background: rgba(0,0,0,1)"; oncontextmenu="return false"; id="body">
<canvas style="position: absolute; left: 0px" id="canvasGround"></canvas>
<canvas style="position: absolute; left: 0px" id="canvas"></canvas>-->
<body onload="main();" style="overflow: hidden; margin: 0; background: rgba(0,0,0,1)"; oncontextmenu="return false";>
<canvas id="canvas" style="border: none; position: absolute; left: 0px;" width="500" height="500"></canvas>
</body>
</html>