Compare commits

..

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

View file

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>Welcome to h's Nest site!</title>
<title>Welcome to Nest!</title>
<style>
:root {
color-scheme: light dark;
@ -10,7 +10,7 @@
</head>
<body>
<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>
</body>
</html>