clocks/index.html

14 lines
292 B
HTML
Raw Permalink Normal View History

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-26 06:52:55 -05:00
<div id="resourcesArea"></div>
2026-01-26 07:04:40 -05:00
<div id="moraleArea"></div>
2026-01-24 13:57:03 -05:00
</body>
</html>