-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (23 loc) · 926 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Map Work Practice</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1 id="markHeading">Click on the start button to start!</h1>
<img id="imageMap" src="map.jpg">
<button id="submitBtn">START</button>
<script src="script.js"></script>
<div class="bottomright">Created by Suvan Handa</div>
<div class="bugsfeedback">Bugs/Feedback:</div>
<div class="bottomleft">If the button is not visible, zoom out.<br>Press Ctrl and - (minus) key.</div>
<div class="topright" id="scorePanel"></div>
<a href="https://github.com/suvan1911/mapwork" class="bottomright github">
<img src="github.png" alt="Github link" width="20" height="20">
</a>
</body>
</html>