-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 1.27 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
<html>
<head>
<meta content="text/html;charset=utf-8" http-equiv="Content-Type">
<meta content="utf-8" http-equiv="encoding">
<title>Micrologue</title>
<link rel="stylesheet" href="solarized-dark.css" id="colorSchemeCSS">
<link rel="stylesheet" href="speakers.css">
<link rel="stylesheet" href="micrologue.css">
</head>
<body>
<div id="main">
<noscript>Your browser does not support javascript, which is required for this game to run. To continue, please switch to a browser that does or enable javascript in this browser.</noscript>
</div>
<br><br><br><br><br><br><br><br><br><br><br>
<hr>
<div class="footer">
<p class="tooltip">Text Speed: </p>
<input type="range" min="0" max="1000" value="500" class="slider" id="textSpeedSlider">
<p class="tooltip"> (Hold space to speed up temporarily)</p>
<img title="Change color scheme" src="imgs/sun-warm.png" width="40" height="40" id="colorSchemeChanger"></img>
</div>
<script type = "text/JavaScript" src="configuration.js"> </script>
<script type = "text/JavaScript" src="passages.js"> </script>
<script type = "text/JavaScript" src="main.js"> </script>
</body>
</html>