mirror of
https://github.com/neongamerbot-qk/hackclub-nest
synced 2024-11-10 03:39:38 +00:00
5271a138c3
commit may contain secret info, or not follow .gitignore
11 lines
330 B
HTML
11 lines
330 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Welcome to Nest!</title>
|
|
</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>
|