14 lines
		
	
	
		
			No EOL
		
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			287 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML>
 | 
						|
<html>
 | 
						|
<head>
 | 
						|
<title>Game</title>
 | 
						|
<script src="Oversimplified.js"></script>
 | 
						|
</head>
 | 
						|
 | 
						|
<body>
 | 
						|
	<canvas style="border:solid 1px black;" id="game">
 | 
						|
	Your browser is really old, dude - no canvas support! Update this thing!
 | 
						|
	</canvas>
 | 
						|
    <div id="audio"></div>
 | 
						|
</body>
 | 
						|
</html> |