diff options
Diffstat (limited to 'frontend/timer')
| -rw-r--r-- | frontend/timer/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/frontend/timer/index.html b/frontend/timer/index.html index 7972c78..724ebe8 100644 --- a/frontend/timer/index.html +++ b/frontend/timer/index.html @@ -5,18 +5,21 @@ <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> <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> |
