Sammlung
This commit is contained in:
14
Sammlung/Praktikum/2/IAS_p2/canvas_Analoge_uhr/canvas1.html
Normal file
14
Sammlung/Praktikum/2/IAS_p2/canvas_Analoge_uhr/canvas1.html
Normal file
@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<script type="text/javascript" src="canvas1.js"></script>
|
||||
<meta charset = utf-8 />
|
||||
<title>Canvas1</title>
|
||||
</head>
|
||||
<body onload = "renderTime();">
|
||||
<canvas id = "canvas" width="500" height="500"style="background-color:#333">
|
||||
style="background-color:#333">
|
||||
</canvas>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user