forked from 9pfs/h.hackclub.app
Add services list, populate it with two initial items
This commit is contained in:
parent
4ddcd423c0
commit
8bede79dfc
1 changed files with 6 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue