website/static/404.html
2026-04-26 10:33:18 -04:00

14 lines
378 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="language" content="en">
<title>404</title>
</head>
<link rel="stylesheet" href="/main.css">
<link rel="icon" type="image/svg+xml" href="/favicon.svg">
<body>
<p>Error 404 - The page you were looking for could not be found.</p>
<p><a href="/">Click here to return to the home page.</a></p>
</body>