mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
b21d95bbe3
This will allow this demo to be reused for other tests.
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>
|