15 lines
		
	
	
		
			503 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			503 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <!DOCTYPE html>
 | |
| <html>
 | |
|     <head>
 | |
|         <title>404 ERROR</title>
 | |
|         <style>
 | |
|             *{
 | |
|                 font-family: monospace, roboto, helvetica, arial, sans-serif;
 | |
|             }
 | |
|         </style>
 | |
|     </head>
 | |
|     <body>
 | |
|         <h1 style="margin-left: auto; margin-right: auto; text-align: center;">404 ERROR</h1>
 | |
|         <h1 style="margin-left: auto; margin-right: auto; text-align: center;">SNEL TERUG JONGEMAN, U HEEFT EEN VERKEERDE AFSLAG GENOMEN!!!!</h1>
 | |
|     </body>
 | |
| </html> |