Sammlung
This commit is contained in:
12
Sammlung/Praktikum/2/IAS_p2/canvas_cooleUhr/canvas.html
Normal file
12
Sammlung/Praktikum/2/IAS_p2/canvas_cooleUhr/canvas.html
Normal file
@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="canvas.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>
|
Reference in New Issue
Block a user