Compare commits

..

No commits in common. "4ddcd423c07a9003681f36ce4b74bdfe54a73f5f" and "f783774c34ce9889f14961d69ceef9967c38a602" have entirely different histories.

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Welcome to h's Nest site!</title> <title>Welcome to Nest!</title>
<style> <style>
:root { :root {
color-scheme: light dark; color-scheme: light dark;
@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<h1>Welcome to Nest!</h1> <h1>Welcome to Nest!</h1>
<p><strong>This is h's personal website hosted on Nest.</strong></p> <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> <p>Visit our <a href="https://guides.hackclub.app/index.php/Quickstart">Quickstart guide</a> to get started!</p>
</body> </body>
</html> </html>