2026-01-24 13:57:03 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<title>Clocks</title>
|
|
|
|
|
<script src="src/main.js" type="module"></script>
|
2026-01-26 06:34:10 -05:00
|
|
|
<link rel="stylesheet" href="style.css">
|
2026-01-24 13:57:03 -05:00
|
|
|
</head>
|
|
|
|
|
<body>
|
2026-01-26 06:34:10 -05:00
|
|
|
<div id="clockArea"></div>
|
2026-01-24 13:57:03 -05:00
|
|
|
</body>
|
|
|
|
|
</html>
|