Update index.html

This commit is contained in:
Firepup Sixfifty 2024-04-07 02:07:52 +00:00
parent f783774c34
commit 4cfa98eef0

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to Nest!</title>
<title>Welcome to h's Nest site!</title>
<style>
:root {
color-scheme: light dark;
@ -10,7 +10,7 @@
</head>
<body>
<h1>Welcome to Nest!</h1>
<p><strong>This is your own personal website hosted on Nest.</strong></p>
<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>
</body>
</html>