diff options
| author | altaf-creator <dev@altafcreator.com> | 2026-01-16 20:34:35 +0800 |
|---|---|---|
| committer | altaf-creator <dev@altafcreator.com> | 2026-01-16 20:34:35 +0800 |
| commit | 82ea96facb47eaa7f033ca094c8caf21d082480f (patch) | |
| tree | 60f6b26302577870029384dba2d59e1db166fa81 /frontend/status | |
| parent | 83c5deaa22742bce41ae38d9730fc4b5dd63eecf (diff) | |
enhancements
Diffstat (limited to 'frontend/status')
| -rw-r--r-- | frontend/status/index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/frontend/status/index.html b/frontend/status/index.html index 97c5504..b4c3fff 100644 --- a/frontend/status/index.html +++ b/frontend/status/index.html @@ -5,7 +5,7 @@ <link rel="stylesheet" href="/style.css"> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="manifest" href="/manifest.json" /> - <title>Victoria Hall LaundryWeb</title> + <title>LaundryWeb</title> </head> <body> <style> @@ -17,6 +17,10 @@ <span id="logo">Victoria Hall<br>LaundryWeb</span> <span id="logo-id">H?</span> </div> + <div class="section-container row bg-2" style="padding: 8px; gap: 8px;"> + <button class="button button-tab bg-3" onclick="window.location.href = '/timer/'">Timer</button> + <button class="button button-tab bg-3" disabled>Status</button> + </div> <div class="section-container row bg-red" id="notif-panel"> <div class="flex-center-container"> <span class="icon">🔔</span> |
