-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.75 KB
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Soteria</title>
<link rel="manifest" href="manifest.json">
<link rel="stylesheet" href="./css/style.css">
<script src="main.js" type="module" defer></script>
<script src="./js/floorplan.js" defer></script>
<script src="./js/checker.js" type="module" defer></script>
<script src="./js/modal.js" defer></script>
</head>
<body>
<script>0</script>
<header>
<p style="width: 0; height: 0" id="top"></p>
<h1>Soteria</h1>
<a href="#" id="enabler"><span id="refresher">↻</span> | <span id="location">Location...</span> | <span id="notification">Notification...</span></a>
<h2 style="margin: 0;">
<div class="map-link">
<a href="./map.html">View local map...</a>
<button id="infoBox"><a href="#top"><img src="./assets/info.png" id="infoIcon" alt="Info Icon"></a></button>
<div id="popup" class="modal">
<div class="modal-content">
<div class="close">×</div><br>
Floormap is recommended if you are nearby or familiar with the building. If not, it is highly encouraged to use a local map of the surrounding area.<br><br>
Permissions key:<br>
✅ - Success<br>
⏳ - Timed out<br>
❓ - Failed to retrieve<br>
⛔ - Access to service denied<br>
❌ - Not supported by your browser
</div>
</div>
</div>
</h2>
</header>
<div id="floorplan-container">
<img id="floorplan" src="./assets/floorplan.jpg" alt="Floorplan">
</div>
</body>
</html>