20 lines
		
	
	
		
			425 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			425 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html lang="en">
 | |
| <head>
 | |
|     <meta charset="UTF-8">
 | |
|     <title>Spooky 16 redirect</title>
 | |
|     <style>
 | |
|         body{
 | |
|             text-align:center;
 | |
|             background: #eee;
 | |
|             color: #333;
 | |
|             padding-top:48vh;
 | |
|             font-family: helvetica;
 | |
|             line-height: 1.6;
 | |
|         }
 | |
|     </style>
 | |
| </head>
 | |
| <body>
 | |
|     <p>That password was wrong.</p>
 | |
| </body>
 | |
| </html>     |