13 lines
		
	
	
		
			416 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			416 B
		
	
	
	
		
			PHP
		
	
	
	
	
	
| <?php http_response_code(404); ?>
 | |
| <p style="text-align:center;">
 | |
| <table border=0>
 | |
| 	<tr>
 | |
| 		<td style="font-size:14em;">404</td><td style="padding-left:50px; font-size:4em; text-align:left;">File not found!</td>
 | |
| 	</tr>
 | |
| </table>
 | |
| </p>
 | |
| 
 | |
| <p>
 | |
| 	The site you were looking for has been deleted or moved, or it never existed in the first place. Anyway, feel free to browse the site in search for your missing information.
 | |
| </p>
 |