h.hackclub.app/index.html
2024-06-17 01:40:40 +00:00

31 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome to h's Nest site!</title>
<style>
:root {
color-scheme: light dark;
}
</style>
</head>
<body>
<h1>Welcome to Nest!</h1>
<p><strong>This is h's personal website hosted on Nest.</strong></p>
<h2>Services I run @ nest</h2>
<ul>
<li><a href="https://git.h.hackclub.app">git server</a> (forgejo)</li>
<li><a href="https://status.h.hackclub.app/status/main">status page</a> (uptime kuma)</li>
</ul>
<!-- <p>Visit our <a href="https://guides.hackclub.app/index.php/Quickstart">Quickstart guide</a> to get started!</p> -->
<p>@9pfs:envs.net is me.</p>
<br>
<div style="width: fit-content; border: 2px outset; text-align:center">
<p style="margin: 0; padding: 0.1em; border: 2px inset">This site is a member of Hard Fork.</p>
<div style="display: flex">
<a style="flex: 1; margin: 0; padding: 0.1em; border: 2px inset" href="https://webri.ng/webring/hardfork/previous?via=https%3A%2F%2Fh.hackclub.app">Previous Site</a>
<a style="flex: 1; margin: 0; padding: 0.1em; border: 2px inset" href="https://webri.ng/webring/hardfork/random?via=https%3A%2F%2Fh.hackclub.app">Random Site</a>
<a style="flex: 1; margin: 0; padding: 0.1em; border: 2px inset" href="https://webri.ng/webring/hardfork/next?via=https%3A%2F%2Fh.hackclub.app">Next Site</a>
</div>
</div>
</body>
</html>