This commit is contained in:
darthsandmann
2016-10-16 21:53:15 +02:00
parent 0d10f8b9dc
commit c9f3117da1
412 changed files with 137942 additions and 0 deletions

View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="cooleUhr.js"></script>
<meta charset = utf-8 />
<title>Canvas</title>
</head>
<body onload = "setInterval(renderTime, 40);">
<canvas id="canvas" width="500" height="500">
</canvas>
</body>
</html>