Files
smooth-clock/index.html
T
2019-01-31 02:05:31 +01:00

16 lines
330 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Smooth Clock</title>
<link rel="stylesheet" href="main.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
</head>
<body>
<canvas id="canvas"></canvas>
<script src="clock.js"></script>
</body>
</html>