Sammlung
This commit is contained in:
16
Sammlung/Praktikum/2/ias-p2_a0.02/html/index.html
Normal file
16
Sammlung/Praktikum/2/ias-p2_a0.02/html/index.html
Normal file
@ -0,0 +1,16 @@
|
||||
<!DOCTYPE HTML>
|
||||
<html>
|
||||
<head>
|
||||
<title>Clock Animation</title>
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
|
||||
<script type="text/javascript" src="clock.js"></script>
|
||||
<style type="text/css">
|
||||
canvas {
|
||||
background-color: #000;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body onload="initClock('clock', 100, 'rgb(255, 255, 255)')">
|
||||
<canvas id="clock"></canvas>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user