summaryrefslogtreecommitdiff
path: root/radar.sydney.html
diff options
context:
space:
mode:
authorSt33v <github@f3rr3t.com>2026-06-09 17:11:47 +1000
committerSt33v <github@f3rr3t.com>2026-06-09 17:11:47 +1000
commit258a3bec5192106e1e24e65763649b7f6943af9e (patch)
tree9add3f9e8579e649c8acd7be5bdf8f329e2644ce /radar.sydney.html
parent71a0aecb76984347292199db328142bef4807088 (diff)
Add Brisbane radar (IDR663) alongside Sydney
radar.service / radar-retry.service now invoke radarFetch.sh once per product code, prefixed with `-` so one radar's outage does not skip the other. Landing page at / links to /sydney and /brisbane; each per-radar page is the familiar black-page full-image idiom with a small corner link to its sibling. setup.sh provisions the subdirs and installs all three pages. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Diffstat (limited to 'radar.sydney.html')
-rw-r--r--radar.sydney.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/radar.sydney.html b/radar.sydney.html
new file mode 100644
index 0000000..5c5c69d
--- /dev/null
+++ b/radar.sydney.html
@@ -0,0 +1,18 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="utf-8">
+<title>Radar — Sydney</title>
+<style>
+ body { margin: 0; background: #000; display: flex; justify-content: center; align-items: center; height: 100vh; }
+ img { max-width: 100%; max-height: 100vh; }
+ nav { position: fixed; top: 0.5em; right: 0.75em; font-family: sans-serif; }
+ nav a { color: #888; text-decoration: none; font-size: 0.9em; }
+ nav a:hover { color: #fff; }
+</style>
+</head>
+<body>
+ <img src="/idr713-loop.apng" alt="Sydney radar loop">
+ <nav><a href="/brisbane/">Brisbane →</a></nav>
+</body>
+</html>