hakurei.app/static/404.html
Ophestra ae2ce60893
All checks were successful
Static / Flake checks (push) Successful in 23s
Static / Create distribution (push) Successful in 50s
static: replace error page
Also add cat to error page.
2025-06-29 02:52:42 +09:00

40 lines
1.9 KiB
HTML

<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>Page not found | Hakurei</title>
<meta name="description" content="The requested page does not exist."/>
<meta name="theme-color" content="#212121"/>
<meta name="color-scheme" content="dark light"/>
<meta name="msapplication-TileColor" content="#ffffff"/>
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover"/>
<meta property="og:title" content="Page not found"/>
<meta property="og:description" content="The requested page does not exist."/>
<meta property="og:type" content="website"/>
<meta property="og:image" content="https://hakurei.app/opengraph.png"/>
<meta property="og:image:width" content="512"/>
<meta property="og:image:height" content="512"/>
<meta property="og:image:alt" content="Hakurei logo"/>
<meta property="og:site_name" content="Hakurei"/>
<link rel="icon" href="/favicon.ico"/>
<link rel="icon" sizes="any" type="image/svg+xml" href="/favicon.svg"/>
<link rel="mask-icon" href="[[path|/mask-icon.svg]]" color="#1a1a1a"/>
<link rel="apple-touch-icon" href="/apple-touch-icon.png"/>
[[css|/main.css]]
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
<link rel="me" href="https://port.mk/@hakurei"/>
[[js|/js/oneko.js]]
</head>
<body>
{% include "header.html" %}
<main id="page-not-found">
<h1><a href="#page-not-found">Page not found</a></h1>
<p>The requested page does not exist. If you think this is a mistake, please
<a href="https://git.gensokyo.uk/security/hakurei.app/issues">report an issue</a>.</p>
</main>
{% include "footer.html" %}
</body>
</html>