fiws-page/404.html
2026-08-11 17:16:48 +02:00

25 lines
875 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>404 - Fi3w0</title>
<meta name="robots" content="noindex">
<link rel="stylesheet" href="/css/style.css?v=4">
<link rel="stylesheet" href="/css/editorial.css?v=4">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<meta name="theme-color" content="#101a21">
</head>
<body class="error-page">
<div class="page-grid" aria-hidden="true"></div>
<main class="error-shell">
<p class="error-code">HTTP 404 / route not found</p>
<h1>Wrong path. Good terminal.</h1>
<p>The requested route is not running on this host. Return to the system index and try another direction.</p>
<a class="button button-primary" href="/">Back to fi3w0 <span aria-hidden="true">&rarr;</span></a>
</main>
</body>
</html>