summaryrefslogtreecommitdiff
path: root/frontend/timer
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/timer')
-rw-r--r--frontend/timer/index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/frontend/timer/index.html b/frontend/timer/index.html
index 7972c78..3ddf5b1 100644
--- a/frontend/timer/index.html
+++ b/frontend/timer/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>
<div class="section-container row bg-1" style="height: 164px;">
@@ -16,7 +16,10 @@
<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>