mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 16:35:07 +00:00
13 lines
241 B
HTML
13 lines
241 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Canvas, timer, random and event demo</title>
|
|
</head>
|
|
<body>
|
|
<canvas id=c width=400 height=300></canvas>
|
|
<script src="fun-canvas.js"></script>
|
|
<script>
|
|
makeFunCanvas("c")
|
|
</script>
|
|
</body>
|
|
</html>
|