Add services list, populate it with two initial items
All checks were successful
Deploy website to nest / deploy (push) Successful in 3s

This commit is contained in:
9pfs 2024-04-06 21:44:29 -07:00
parent 4ddcd423c0
commit 8bede79dfc
Signed by: 9pfs
SSH key fingerprint: SHA256:TOcGxMQCfy4VvRM8AzgXErKXdkAtaTcpGXgYMpyoJoY

View file

@ -11,6 +11,11 @@
<body>
<h1>Welcome to Nest!</h1>
<p><strong>This is h's personal website hosted on Nest.</strong></p>
<p>Visit our <a href="https://guides.hackclub.app/index.php/Quickstart">Quickstart guide</a> to get started!</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> -->
</body>
</html>