summaryrefslogtreecommitdiff
path: root/radar.index.html
diff options
context:
space:
mode:
Diffstat (limited to 'radar.index.html')
-rw-r--r--radar.index.html15
1 files changed, 11 insertions, 4 deletions
diff --git a/radar.index.html b/radar.index.html
index 63ecec6..8043d15 100644
--- a/radar.index.html
+++ b/radar.index.html
@@ -2,11 +2,18 @@
<html lang="en">
<head>
<meta charset="utf-8">
-<title>Radar — Sydney</title>
+<title>Radar</title>
<style>
- body { margin: 0; background: #000; display: flex; justify-content: center; align-items: center; height: 100vh; }
- img { max-width: 100%; max-height: 100vh; }
+ html, body { margin: 0; height: 100%; background: #000; color: #ccc;
+ font-family: sans-serif; }
+ body { display: flex; justify-content: center; align-items: center; gap: 4em; }
+ a { color: #ccc; text-decoration: none; font-size: 2em; padding: 0.5em 1em;
+ border: 1px solid #444; border-radius: 0.3em; }
+ a:hover { background: #222; color: #fff; }
</style>
</head>
-<body><img src="/idr713-loop.apng" alt="Sydney radar loop"></body>
+<body>
+ <a href="/sydney/">Sydney</a>
+ <a href="/brisbane/">Brisbane</a>
+</body>
</html>