website/errors/404.html

17 lines
446 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="/style.css">
<title>404 Not Found</title>
</head>
<body>
<!--#include file="/nav" -->
<h1>404 Not Found</h1>
The page you are trying to reach either does not exist or you do not have permission to view it.<br>
Contact an <a href=/admins>admin</a> if this is a mistake.<br><br>
<a href=/>Go Home</a><br>
<!--#include file="/footer" -->
</body>
</html>