mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:12:43 +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>
 | 
