oats-clock/index.html

24 lines
453 B
HTML
Raw Normal View History

2022-07-03 15:23:45 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
The 20 Hour Oats Clock
</title>
<style>
canvas {
}
</style>
</head>
<body>
<canvas id="clock" style="width: 80vmin; height: 80vmin">
</canvas>
<script src="oats-clock.js">
</script>
<p>
See <a href="https://www.youtube.com/watch?v=iHK-aN3XZqw">Oats Jenkins: I Made a BETTER Clock (Youtube)</a>
</p>
</body>
</html>