-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (19 loc) · 786 Bytes
/
index.html
File metadata and controls
26 lines (19 loc) · 786 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body>
<input id="width" placeholder="width">
<input id="height" placeholder="height">
<button id="applyButton">Apply</button>
<selection id="selection">
<div id="selection-blockade"><box class="example blockade"></box>Blockade</div>
<div id="selection-player-spawn"><box class="example player-spawn"></box>Player Spawnpoint</div>
<div id="selection-npc-spawn"><box class="example npc-spawn"></box>NPC Spawnpoint</div>
</selection>
<container id="container"></container>
<button id="download">Download</button>
<script src="index.js"></script>
</body>
</html>