mirror of
https://silica.codes/islehorse/HorseIsleWeb.git
synced 2025-04-05 21:55:48 +13:00
7 lines
No EOL
301 B
PHP
7 lines
No EOL
301 B
PHP
<?php header("HTTP/1.1 404 Not Found"); ?><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
|
|
<html><head>
|
|
<title>404 Not Found</title>
|
|
</head><body>
|
|
<h1>Not Found</h1>
|
|
<p>The requested URL <?php echo(htmlspecialchars($_SERVER['REQUEST_URI'])); ?> was not found on this server.</p>
|
|
</body></html>
|