13 lines
353 B
HTML
Raw Normal View History

2016-10-16 21:53:15 +02:00
<!DOCTYPE html>
<html>
<head>
<script type="text/javascript" src="cooleClock.js"></script>
<meta charset = utf-8 />
<title>Canvas</title>
</head>
<body onload ="myvar = setInterval(renderTime, 500);">
<canvas id="canvas" width="500" height="500">
</canvas>
<button onclick="myvar=clearTimeout(myvar)">Kaufen</button>
</body>
</html>