-
Notifications
You must be signed in to change notification settings - Fork 0
/
under-construction.html
30 lines (25 loc) · 1.24 KB
/
under-construction.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="style.css">
<title>Tropi•Tracker</title>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<!-- yeah i know the favicon isn't easy to read but it's the best i could do-->
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@48,400,0,0" />
<style>
body {
padding-top: 0;
}
</style>
<body>
<script src="https://uptime.betterstack.com/widgets/announcement.js" data-id="191054" async="async" type="text/javascript"></script>
<div id="active-header">Tropi<img src="/images/tropical-storm.png" id="hurricane-icon" style="width: 50px;">Tracker: Page under construction</div>
<div id="storm-count" style="color: yellow;">Sorry, but that page is currently under construction and will be finished soon.<br>
<button id="navButton">
<a class="underline" href="https://tropitracker.com">Return to home</a>
</button>
</div>
</body>
</html>