HorseIsleWeb/game-site/404.php

7 lines
301 B
PHP
Raw Normal View History

2021-10-28 04:20:53 +00:00
<?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>
2021-10-24 04:33:34 +00:00
</body></html>