diff options
Diffstat (limited to 'frontend/timer/index.html')
| -rw-r--r-- | frontend/timer/index.html | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/frontend/timer/index.html b/frontend/timer/index.html index 7972c78..935cbd5 100644 --- a/frontend/timer/index.html +++ b/frontend/timer/index.html @@ -5,22 +5,29 @@ <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> <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" disabled>Timer</button> <button class="button button-tab bg-3" onclick="window.location.href = '/status/'">Status</button> </div> - <div id="timer-container" class="section-container no-pad"></div> + <div id="timer-container" class="section-container no-pad"> + <img src="/assets/img/washer_off.png" alt="" style="width: 2rem; margin-top: 3rem; margin-right: auto; margin-left: auto; opacity: .5;"> + <span style="opacity: .5; margin-top: .5rem; margin-bottom: 2rem; display: block;">You currently don't have any laundry.</span> + </div> + <fieldset class="section-container"> + <legend>Advisory</legend> + <img src="/assets/img/advisory/0.png" alt=""> + </fieldset> <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> startLoadTimers(); |
