h.hackclub.app/index.html
9pfs 264985d75e
All checks were successful
Deploy website to nest / deploy (push) Successful in 19s
Add proof of identity for use with matrix
2024-04-18 01:44:56 +00:00

22 lines
685 B
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>
</body>
</html>