22 lines
685 B
HTML
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>
|