Files
static-pages/bsky/index.html
T
naomi c9373ec87a
Code Analysis / SonarQube (push) Failing after 16s
chore: forgot width
2025-08-25 16:55:58 -07:00

20 lines
905 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>Nymira</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="This site allows you to provision a custom Bluesky handle under Naomi's naomi.party domain, entirely free!" />
<script src="https://cdn.nhcarrigan.com/headers/index.js" async defer></script>
</head>
<body>
<main>
<h1>Nymira</h1>
<img src="https://cdn.nhcarrigan.com/new-avatars/nymira-full.png" width="250" alt="Nymira" />
<section>
<p>This site allows you to provision a custom Bluesky handle under Naomi's naomi.party domain, entirely free!</p>
<p>Currently we do not have a way to do this automatically - if you would like to request a handle, please reach out in our <a href="https://chat.naomi.lgbt">Discord server</a>.
</main>
</body>
</html>