summaryrefslogtreecommitdiff
path: root/frontend/status
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/status')
-rw-r--r--frontend/status/index.html10
1 files changed, 7 insertions, 3 deletions
diff --git a/frontend/status/index.html b/frontend/status/index.html
index 97c5504..a64c3ee 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>
@@ -14,9 +14,13 @@
}
</style>
<div class="section-container row bg-1" style="height: 164px;">
- <span id="logo">Victoria Hall<br>LaundryWeb</span>
+ <span id="logo"><span id="icon"></span>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>
@@ -118,7 +122,7 @@
<div class="section-container credits-container">
<span>Developed by <a href="https://altafcreator.com">Athaalaa Altaf Hafidz</a>, a fellow resident • <a href="https://git.altafcreator.com/victoriahall-laundryweb.git/">Source Code</a></span>
</div>
- <a href="mailto:dev@altafcreator.com" class="feedback"><span>✉️ Bugs? Feedback?</span></a>
+ <a href="https://tally.so/r/2EvbWD" class="feedback"><span>📝 Bugs? Enquiries?</span></a>
<script src="/main.js"></script>
<script src="/status.js"></script>
<script src="/permissionrequest.js"></script>