forked from NeedForKillTheGame/nfk-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (33 loc) · 1.55 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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title></title>
</head>
<body>
<a href="https://github.com/nfk2d/nfk-web"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://camo.githubusercontent.com/365986a132ccd6a44c23a9169022c0b5c890c387/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub" data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png"></a>
<table>
<tr valign="top">
<td id="game">
</td>
<td style="padding-left: 10px">
<a href="#" id="mapeditor-link" style="border-bottom: 1px dashed; text-decoration: none">Show map editor</a>
<form id="mapeditor" style="display: none" action=".">
<textarea id="maptext" name="maptext" style="width: 580px; height: 480px; font-family: courier, monospace; font-size: 12px; line-height: 16px; letter-spacing:20px; font-weight: bold"></textarea>
<br><input type="submit" value="Apply map">
</form>
<ul>
<li><a href="?mapfile=dm2">dm2</a></li>
<li><a href="?mapfile=t4">t4</a></li>
</ul>
</td>
</tr>
</table>
<div id="fpsupdate">Update frame rate: </div>
<div id="fpsrender">Render frame rate: </div>
<script src="pixi/pixi.dev.js"></script>
<script src="pixi/stats.min.js"></script>
<script src="howler/howler.min.js"></script>
<script src="build/gamebuild.js"></script>
</body>
</html>