website/en/errors/404.html

17 lines
475 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="/style.css">
<title>404 Not Found | ~vern</title>
</head>
<body>
<!--#include file="/nav.php" -->
<h1>404 Not Found</h1>
<p>The page you are trying to reach either does not exist or you do not have permission to view it.</p>
<!--#include file="/errors/common.html" -->
<!--#include file="/footer.html" -->
</body>
</html>