11 lines
243 B
HTML
11 lines
243 B
HTML
<!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>
|