-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
44 lines (25 loc) · 938 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
32
33
34
35
36
37
38
39
40
41
42
43
44
<!doctype html>
<html lang="en">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="initial-scale=1.0, user-scalable=no, width=device-width">
<meta name="description" content="Country quiz">
<meta http-equiv="content-type" content="text/html;charset=UTF-8">
<!--<link rel="shortcut icon" href="icons/stickman-blue.png" />-->
<!--<script src="lib/jquery.js"></script>-->
<script src="ol.js"></script>
<link rel="stylesheet" href="geo2.css" type="text/css"/>
<script src="geo2.js" type="text/javascript"></script>
<title>Country Quiz</title>
</head>
<body id="body">
<div id="map">
</div>
<div id="highscore">
</div>
<div id="info">
<span id="info-text">CLICK WHERE YOU THINK A COUNTRY'S CAPITAL CITY IS AND SEE HOW CLOSE YOU CAN GET</span>
<div id="button"><button id="start">START</button></div>
</div>
</body>
</html>