remove 404 page from root, it's not being used

This commit is contained in:
Jacob 2023-07-01 00:07:19 +02:00
parent a98ad4f8ae
commit 8ad06818e2

21
404.php
View file

@ -1,21 +0,0 @@
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="Page not found.">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link type="text/css" rel="stylesheet" href="/css/index.css"/>
<link rel="icon" href="/icons/fav.svg"/>
<title>Page not found</title>
</head>
<body>
<div class="main">
<p>The page you requested was not found. It's possible that it was deleted, moved, or never existed in the first place. If you're unsure, you might want to check the wiki commit history.</p>
<ul>
<li><a href="/index.php">Home</a></li>
<li><a href="https://git.speedie.site/speedie/spmenu">spmenu Git repository</a></li>
<li><a href="https://git.speedie.site/speedie/spmenu-wiki">spmenu wiki Git repository</a></li>
</ul>
</div>
</body>
</html>