h.hackclub.app/index.html
9pfs 8bede79dfc
All checks were successful
Deploy website to nest / deploy (push) Successful in 3s
Add services list, populate it with two initial items
2024-04-06 21:44:29 -07:00

21 lines
652 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> -->
</body>
</html>