static: replace error page
All checks were successful
Static / Flake checks (push) Successful in 23s
Static / Create distribution (push) Successful in 50s

Also add cat to error page.
This commit is contained in:
2025-06-29 02:52:42 +09:00
parent bf8a0cfc8d
commit ae2ce60893
3 changed files with 172 additions and 8 deletions

View File

@@ -2,22 +2,20 @@
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>Page not found | GrapheneOS</title>
<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 name="twitter:site" content="@GrapheneOS"/>
<meta name="twitter:creator" content="@GrapheneOS"/>
<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://grapheneos.org/opengraph.png"/>
<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="GrapheneOS logo"/>
<meta property="og:site_name" content="GrapheneOS"/>
<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"/>
@@ -25,7 +23,8 @@
[[css|/main.css]]
<link rel="manifest" href="/manifest.webmanifest"/>
<link rel="license" href="/LICENSE.txt"/>
<link rel="me" href="https://grapheneos.social/@GrapheneOS"/>
<link rel="me" href="https://port.mk/@hakurei"/>
[[js|/js/oneko.js]]
</head>
<body>
{% include "header.html" %}
@@ -33,7 +32,7 @@
<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://github.com/GrapheneOS/grapheneos.org/issues">report an issue</a>.</p>
<a href="https://git.gensokyo.uk/security/hakurei.app/issues">report an issue</a>.</p>
</main>
{% include "footer.html" %}
</body>