spmenu-wiki/404.php
2023-06-28 18:29:11 +02:00

22 lines
873 B
PHP

<!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>