diff options
Diffstat (limited to 'frontend/timer')
| -rw-r--r-- | frontend/timer/index.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/frontend/timer/index.html b/frontend/timer/index.html index 2d03d70..029d42f 100644 --- a/frontend/timer/index.html +++ b/frontend/timer/index.html @@ -28,9 +28,10 @@ <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> - <span>Developed by Athaalaa Altaf Hafidz, H1-09-16</span> + <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> startLoadTimers(); |
