This repository has been archived on 2024-01-22. You can view files and clone it, but cannot push or open issues or pull requests.
speedie-page/php/404.php
2023-07-01 18:22:44 +02:00

22 lines
729 B
PHP

<!DOCTYPE html>
<html>
<head>
<?php include 'header.php';?>
<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/main.css"/>
<link rel="icon" href="/icons/fav.svg"/>
<title>Page not found</title>
</head>
<body>
<div class="main">
<h1>404</h1>
<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="https://speedie.site">Home</a></li>
</ul>
</div>
</body>
</html>