-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathguam_geoguessr.html
More file actions
32 lines (24 loc) · 1.18 KB
/
Copy pathguam_geoguessr.html
File metadata and controls
32 lines (24 loc) · 1.18 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Guam Geoguessr</title>
<link rel="stylesheet" href="guam_geoguessr.css">
</head>
<body>
<div class="main">
<button class="button button7" id="startseite">Zurück zur Startseite</button>
</div>
<h1>Geoguessr Metas</h1>
<h2>Pole:</h2>
<img class="pole" src="https://images.squarespace-cdn.com/content/v1/60f6054f4e76b03092956de8/3262e370-8a6b-454c-9956-60d47e61673c/gu_pole.png" alt="Pole">
<h2>Specific road reflectors:</h2>
<img class="Bollard" src="https://images.squarespace-cdn.com/content/v1/60f6054f4e76b03092956de8/de664d77-1ef4-449f-a9f1-93dbacc25824/gu_reflectorspam.png" alt="Road Reflectors">
<h2>Car Metas:</h2>
<img class="Car" src="https://images.squarespace-cdn.com/content/v1/60f6054f4e76b03092956de8/15828dff-ec61-4a2d-8d8b-4b8ae970dc42/gu_car.png" alt="Car Metas">
<h2>Coverage:</h2>
<img class="Coverage" src="https://images.squarespace-cdn.com/content/v1/60f6054f4e76b03092956de8/d443ebd2-9a09-4048-af59-2d763bb5f713/gu_coverage.png?" alt="Coverage">
<script src="guam_geoguessr.js"></script>
</body>
</html>