h.hackclub.app/index.html
2024-04-06 17:14:27 -07:00

16 lines
411 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Welcome to Nest!</title>
<style>
:root {
color-scheme: light dark;
}
</style>
</head>
<body>
<h1>Welcome to Nest!</h1>
<p><strong>This is your own 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>
</body>
</html>