diff options
| author | St33v <github@f3rr3t.com> | 2026-06-09 17:11:47 +1000 |
|---|---|---|
| committer | St33v <github@f3rr3t.com> | 2026-06-09 17:11:47 +1000 |
| commit | 258a3bec5192106e1e24e65763649b7f6943af9e (patch) | |
| tree | 9add3f9e8579e649c8acd7be5bdf8f329e2644ce /radar.brisbane.html | |
| parent | 71a0aecb76984347292199db328142bef4807088 (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.brisbane.html')
| -rw-r--r-- | radar.brisbane.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/radar.brisbane.html b/radar.brisbane.html new file mode 100644 index 0000000..d3775d2 --- /dev/null +++ b/radar.brisbane.html @@ -0,0 +1,18 @@ +<!DOCTYPE html> +<html lang="en"> +<head> +<meta charset="utf-8"> +<title>Radar — Brisbane</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="/idr663-loop.apng" alt="Brisbane radar loop"> + <nav><a href="/sydney/">← Sydney</a></nav> +</body> +</html> |
