forked from 9pfs/h.hackclub.app
Add files
This commit is contained in:
commit
7e8c26ee9f
1 changed files with 16 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Welcome to Nest!</title>
|
||||
<style>
|
||||
:root {
|
||||
color-scheme: light dark;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Welcome to Nest!</h1>
|
||||
<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>
|
Loading…
Reference in a new issue