-
Notifications
You must be signed in to change notification settings - Fork 0
/
503.html
45 lines (41 loc) · 1.96 KB
/
503.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
45
<!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>
<div id="active-header">Tropi<img src="/images/tropical-storm.png" id="hurricane-icon" style="width: 50px;">Tracker: Error 503</div>
<div id="storm-count" style="color: yellow;">Service unavailable.<br>
This may be an issue with the domain provider, not TropiTracker.<br>
<button id="navButton">
<a class="underline" href="https://tropitracker.com">Return to home</a>
</button>
<button id="navButton">
<a class="underline" href="https://status.tropitracker.com">Check the status page</a>
</button><br><br><br>
<span>Trying to get to a subpage? Try these links instead:</span><br>
<button id="navButton">
<a class="underline" href="https://tropitracker.com/hurricanes">Hurricanes</a>
</button>
<button id="navButton">
<a class="underline" href="https://tropitracker.com/storms">Tropical Storms</a>
</button>
<button id="navButton">
<a class="underline" href="https://tropitracker.com/depressions">Tropical Depressions</a>
</button>
<button id="navButton">
<a class="underline" href="https://tropitracker.com/outlooks">Outlooks</a>
</button>
</div>
</body>
</html>