diff options
| author | Peter Stone <thepeterstone@gmail.com> | 2026-01-24 20:37:54 -1000 |
|---|---|---|
| committer | Peter Stone <thepeterstone@gmail.com> | 2026-01-24 20:37:54 -1000 |
| commit | b03fa42c2d81cf34aa518a420c894c4ae86fac50 (patch) | |
| tree | d45132886848f8f1af47705d7b3a492606c003cc /web/templates/index.html | |
| parent | 22efca3118676926dec4af74fe8e225606063a35 (diff) | |
Add Conditions page with live volcano and weather feeds
- Standalone full-screen page at /conditions
- Tiled grid layout with autoplaying video feeds
- USGS Kilauea webcams (V1cam, V2cam) via YouTube embeds
- Windy weather maps (local Hawaii + national US)
- Opens in new tab from dashboard nav
Closes #29
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'web/templates/index.html')
| -rw-r--r-- | web/templates/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/web/templates/index.html b/web/templates/index.html index 9687884..b55f348 100644 --- a/web/templates/index.html +++ b/web/templates/index.html @@ -72,6 +72,11 @@ onclick="setActiveTab(this)"> 🛒 Shopping </button> + <a href="/conditions" + class="tab-button" + target="_blank"> + 🌋 Conditions + </a> </nav> </div> |
