19 lines
		
	
	
		
			No EOL
		
	
	
		
			682 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			No EOL
		
	
	
		
			682 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
|     <html>
 | |
|         <head>
 | |
|         <meta charset="UTF-8">
 | |
|         <meta name="description" content="Memory Hole Adventures"></meta>
 | |
|         <meta name="keywords" content="scrunkly"></meta>
 | |
|         <meta name="viewport" content="width=device-width, initial-scale=1"></meta>
 | |
|         <link rel="stylesheet" href="hole_style.css"></meta>
 | |
|     </head>
 | |
|     <body>
 | |
|         <div class="memoryhole">
 | |
|             <div class="memoryhole_bg2"></div>
 | |
|             <div class="memoryhole_bg1"></div>
 | |
|             <div class="memoryhole_bg0"></div>
 | |
|         </div>
 | |
|             <input class="memoryhole_input" type="text" id="page" name="page"><br><br>
 | |
|         </div>
 | |
|     </body>
 | |
| </html> |