mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Various clocko changes. FUCK YEAH CLOCKO IS THE SHIT!
This commit is contained in:
+15
-7
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user