clocks/index.html

11 lines
243 B
HTML
Raw 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>
</head>
<body>
<canvas width="1900" height="1000">You need JavaScript enabled to see the clocks</canvas>
</body>
</html>