hakurei.app/static/contact.html
Ophestra 53caf6046c
All checks were successful
Static / Flake checks (push) Successful in 21s
Static / Create distribution (push) Successful in 26s
static: replace contact.html
2025-06-29 03:42:46 +09:00

45 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>Contact | Hakurei</title>
<meta name="description" content="Contact information for Hakurei."/>
<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="Hakurei contact information"/>
<meta property="og:description" content="Contact information for Hakurei."/>
<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"/>
<meta property="og:url" content="https://hakurei.app/contact.html"/>
<link rel="canonical" href="https://hakurei.app/contact.html"/>
<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"/>
</head>
<body>
{% with current_page="contact" %}
{% include "header.html" %}
{% endwith %}
<main id="contact">
<h1><a href="#contact">Contact</a></h1>
<p>Hakurei maintainers are reachable via <a href="mailto:hakurei@gensokyo.uk">hakurei@gensokyo.uk</a>.
You may request for an account on the <a href="https://git.gensokyo.uk/" target="_blank">Gensokyo Gitea</a>
instance. Otherwise, contributions via email are welcome as well.</p>
</main>
{% include "footer.html" %}
</body>
</html>