2024-04-07 00:14:27 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2024-04-07 02:07:52 +00:00
|
|
|
<title>Welcome to h's Nest site!</title>
|
2024-04-07 00:14:27 +00:00
|
|
|
<style>
|
|
|
|
:root {
|
|
|
|
color-scheme: light dark;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Welcome to Nest!</h1>
|
2024-04-07 02:07:52 +00:00
|
|
|
<p><strong>This is h's personal website hosted on Nest.</strong></p>
|
2024-04-07 00:14:27 +00:00
|
|
|
<p>Visit our <a href="https://guides.hackclub.app/index.php/Quickstart">Quickstart guide</a> to get started!</p>
|
|
|
|
</body>
|
|
|
|
</html>
|