Compare commits

...

2 commits

Author SHA1 Message Date
4ddcd423c0 Merge pull request 'Small edit' (#1) from small-edit-1 into main
All checks were successful
Deploy website to nest / deploy (push) Successful in 3s
Reviewed-on: #1
2024-04-07 02:09:02 +00:00
4cfa98eef0 Update index.html 2024-04-07 02:07:52 +00:00

View file

@ -1,7 +1,7 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<title>Welcome to Nest!</title> <title>Welcome to h's Nest site!</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 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> <p>Visit our <a href="https://guides.hackclub.app/index.php/Quickstart">Quickstart guide</a> to get started!</p>
</body> </body>
</html> </html>