hibiscus/pages/error/404.html
2024-03-15 18:34:24 +03:00

17 lines
No EOL
511 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="icon" type="image/x-icon" href="/public/img/favicon.ico">-->
<!-- <link rel="stylesheet" href="/public/css/main.css">-->
<title>Error 404 - Hibiscus</title>
</head>
<body>
<main>
<h1>Error 404 - Not Found</h1>
<p>The page you were looking for doesn't exist or was moved</p>
<h3><a href="/">Go home?</a></h3>
</main>
</body>
</html>