-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 885 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 885 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
26
<!DOCTYPE html PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html>
<head>
<meta name="mobile-web-app-capable" content="yes" />
<title>stars without number</title>
<script src="state-machine.js"></script>
<script src="bodies.js"></script>
</head>
<body style="background-image:url('hubble_deep_field_blurred.jpg');background-repeat:no-repeat">
<div>
<div id="sector" style="display:none;">
<canvas width="727" height="1247"></canvas>
</div>
<div id="system" style="display:none;">
<canvas width="727" height="1247"></canvas>
<button style="top:0;left:0;width:75;height:50;position:absolute" onclick="fsm.back()">BACK</button>
</div>
<div id="location" style="display:none;">
<canvas width="727" height="1247" style=""></canvas>
<div id="location_description" style="top:800;left:75;width:577;position:absolute;color:white">
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>