Upload site files

This commit is contained in:
Bluzume 2021-10-24 00:33:34 -04:00
parent 9a5ad7a62f
commit 056805a3b8
926 changed files with 10709 additions and 0 deletions
game-site

7
game-site/404.php Normal file
View file

@ -0,0 +1,7 @@
<?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>