15 lines
		
	
	
		
			286 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			286 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <html>
 | |
|     <head>
 | |
|         <style type="text/css">
 | |
|         body{
 | |
|         margin: 0;
 | |
|         padding: 0
 | |
|         }
 | |
|         </style>
 | |
|     </head>
 | |
|     <body>
 | |
|         <canvas id="canvas">Your browser does no support canvas</canvas>
 | |
|         <script src="eric.js"> </script>
 | |
|     </body>
 | |
| </html>
 |