2024-03-15 18:34:24 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
2024-03-27 11:51:33 +03:00
|
|
|
<link rel="icon" type="image/x-icon" href="/public/favicon.ico">
|
|
|
|
<link rel="stylesheet" href="/public/main.css">
|
|
|
|
<title>Error 404</title>
|
2024-03-15 18:34:24 +03:00
|
|
|
</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>
|