-
Notifications
You must be signed in to change notification settings - Fork 0
/
end.html
35 lines (29 loc) · 967 Bytes
/
end.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
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<title>Game Over!</title>
<meta charset="utf-8">
<meta name="description" content="Game over">
<link rel="stylesheet" href="css/main.css">
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.js"></script>
<script src="javascript/pluginCookies.js"></script>
<!--<script src="javascript/fetch2.js"></script>-->
<script src="javascript/gameOver.js"></script>
</head>
<body>
<!-- als de zelfde css eraan gekoppeld is, JA dus -->
<div id="screen">
<div id="instruction">
<!--<!– hier? –>-->
<!--<label for="naamEnd">Wat is je naam?</label>-->
<!--<input type="text" id="naamEnd"/>-->
<!--<button id="scoreEnd">VOEG MIJN SCORE TOE</button>-->
<ul id="scoreList">
<!-- plaats hier de score -->
</ul>
</div>
<button id="opnieuw">Opnieuw spelen</button>
</div>
<div id="clouds"></div>
</body>
</html>