summaryrefslogtreecommitdiff
path: root/index.html
blob: efcf3872bd7a800774a57f70fd2e30390147bc60 (plain)
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
36
37
38
39
40
<!doctype html>
<html>
	<head>
		<meta charset="utf-8">
    	<meta name="viewport" content="width=device-width, initial-scale=1">
		<title>Hyperspace Navigator</title>
		<script type="module" src="main.js"></script>
  		<script src="mathjs/mathjs-expression-parser.js"></script>
		<link rel="preconnect" href="https://fonts.googleapis.com">
		<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
		<link href="https://fonts.googleapis.com/css2?family=VT323&display=swap" rel="stylesheet">
		<link href="style.css" rel="stylesheet">
	</head>
	<body style="font-family: Jura;">
		<script>0</script>
		<audio id="music-starboard" src="sounds/music/starboard.mp3"></audio>
		<audio id="music-minute" src="sounds/music/minute.mp3"></audio>
		<audio id="music-cribwhistling" src="sounds/music/cribwhistling.mp3"></audio>
		<audio id="music-swish" src="sounds/music/swish.mp3"></audio>
		<audio id="music-aeroplane" src="sounds/music/aeroplane.mp3"></audio>

		<audio preload="auto" id="sfx-resource" src="sounds/sfx/gui-beep/33776__jobro__1-beep-b.wav"></audio>
		<audio preload="auto" id="sfx-done" src="sounds/sfx/gui-beep/33787__jobro__5-beep-a.wav"></audio>
		<audio preload="auto" id="sfx-wrong" src="sounds/sfx/gui-beep/33789__jobro__5-beep-c.wav"></audio>
		<audio preload="auto" id="sfx-buttonenter" src="sounds/sfx/gui-beep/33777__jobro__1-beep-c.wav"></audio>
		<audio preload="auto" id="sfx-buttonclick" src="sounds/sfx/gui-beep/33780__jobro__2-beep-c.wav"></audio>
		<audio preload="auto" id="sfx-listappear" src="sounds/sfx/gui-beep/33775__jobro__1-beep-a.wav"></audio>

		<div id="root"></div>
		<!-- <div id="overlay"></div> -->
		<div id="footer">
		  <a target="_blank" rel="noopener noreferrer" 
		    href="./help.html">🛈 help</a>
		  <a id="sound-controls" href="#">♫ sounds</a>
		  <a target="_blank" rel="noopener noreferrer" 
		    href="https://sanine.net/git/hyperspace-navigator/tree/?h=main">⌘ source code</a>
		  <a id="fullscreen-toggle" href="#">∷ toggle fullscreen</a>
		</div>
	</body>
</html>