diff options
Diffstat (limited to 'frontend/start')
| -rw-r--r-- | frontend/start/index.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/frontend/start/index.html b/frontend/start/index.html index e9f75e9..10b9dc3 100644 --- a/frontend/start/index.html +++ b/frontend/start/index.html @@ -29,6 +29,15 @@ <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 class="section-container row bg-dark" id="existing-laundry-panel" style="display: none;"> + <div class="flex-center-container"> + <span class="icon" style="font-weight: 900; font-family: monospace;">i</span> + </div> + <div class="flex"> + <span id="existing-laundry-text">You currently have (an)other laundry(ies) ongoing. You are creating a new timer.</span> + <button id="notbtn" class="button bg-darker" onclick="window.location.href = '/timer/'">Cancel</button> + </div> + </div> <div class="section-container no-pad" style="opacity: .5;"> <h1>Selected Machine</h1> <div class="machine-container"> @@ -75,6 +84,10 @@ </div> <button class="button bg-1" id="startbtn" disabled>Start</button> </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> + <a href="mailto:dev@altafcreator.com" class="feedback"><span>✉️ Bugs? Feedback?</span></a> <script src="/main.js"></script> <script src="/start.js"></script> </body> |
