Various clocko changes. FUCK YEAH CLOCKO IS THE SHIT!

This commit is contained in:
nutty
2026-08-10 21:15:47 +10:00
parent 9ea1e5b765
commit 8f0857e685
4 changed files with 128 additions and 68 deletions
+15 -7
View File
@@ -1,12 +1,20 @@
<!DOCTYPE html>
<link rel="stylesheet" href="./style.css" />
<div id="main-container">
<div style="display: flex; flex-direction: column;">
<label id="line1" class="timeLabel"></label>
<label id="line2" class="timeLabel"></label>
<label id="line3" class="timeLabel"></label>
<head>
<meta charset="UTF-8">
<link rel="shortcut icon" href="#" />
<link rel="stylesheet" href="./style.css" />
</head>
<body>
<div id="main-container">
<div style="display: flex; flex-direction: column;">
<label id="line1" class="timeLabel"></label>
<label id="line2" class="timeLabel"></label>
<label id="line3" class="timeLabel"></label>
</div>
</div>
</div>
</body>
<script src="/.common/utils/helpers.js"></script>
<script src="https://cdn.jsdelivr.net/npm/dayjs@1/dayjs.min.js"></script>