-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 1.33 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
<!DOCTYPE html>
<html>
<head>
<link rel='stylesheet' href='main.css'>
</head>
<body>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" style="display: none;">
<defs>
<g id="icon-home">
<path d="M 352 250 l 64 170 c 19 51 -23 77 -52 77 h-215 c -29 0 -71 -26 -52 -77 l 64 -170 z"/>
<path d="M 142 16 h 226 h -40 v 165 l 88 238 c 19 51 -23 77 -52 77 h-215 c -29 0 -71 -26 -52 -77 l 88 -238 v-165 v 50 h 55 m 0 55 h-55" stroke="black" stroke-width="32" fill="none"/>
</g>
</defs>
</svg>
<script defer src="common.js"></script>
<script defer src="https://rawgit.com/nodeca/pako/master/dist/pako.js"></script>
<div id="factory">
<input type=button id="BPButton" value="Add Blueprint"/>
<p>PLaceholders, to reposition for glare on my screen</p>
<p>PLaceholders, to reposition for glare on my screen</p>
<p>PLaceholders, to reposition for glare on my screen</p>
<p>PLaceholders, to reposition for glare on my screen</p>
<input id="new_factory_subunit" type="button" value="New Subunit"/>
</div>
<div id="technology" style="display:none;"></div>
<script src="main.js"></script>
</body>
</html>