diff options
Diffstat (limited to 'frontend/status/index.html')
| -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> |
