summaryrefslogtreecommitdiff
path: root/Base/res/html/misc/demo.html
blob: 5a7ca5ed019f9e089b37daefc0a01cc18234c32b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>