-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·31 lines (31 loc) · 987 Bytes
/
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
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Oblig 4 - Infprog</title>
<link rel="stylesheet" href="4.css">
<script src="oblig4.js"></script>
</head>
<body>
<header id="head">
<h1>Oblig 4</h1>
<h2>Are Kristoffer Lamo</h2><h3>Infosys</h3><h3>15/16</h3>
</header>
<div id="setup">
<h2>Typing Tom</h2>
<p>Tom orker ikke fly, men har veldig lyst. Hvis du klarer å skrive noen positive ord kanskje han klarer å fly?</p>
<p>Skriv ordene så fort du kan med tastaturet før tiden går ut.</p>
<p>Hvis du vil ha en ekstra utfordring prøv hardcore modus. En eneste skrivefeil gjør at du må starte å skrive ordet på nytt ;)</p>
<label><input type="checkbox" id="hardcore">Hardcore mode</label>
<button type="button" id="start">Start</button>
</div>
<div id="stats"></div>
<div id="game">
<div id="time"></div>
<div id="words"></div>
<input type="text" id="letter">
</div>
<audio id="sfx" type="audio/mp3">
</audio>
</body>
</html>