first commit! 🎉
This commit is contained in:
commit
5e62555670
7 changed files with 316 additions and 0 deletions
25
public/index.html
Normal file
25
public/index.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" value="width=device-width, initial-scale=1">
|
||||
<title>🏕️ bliss.town</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style/main.css">
|
||||
<style>
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<main>
|
||||
<h1>🏕️<br>welcome to bliss.town!</h1>
|
||||
<hr>
|
||||
<p>
|
||||
we're not hosting anything at this domain just yet.
|
||||
<br>
|
||||
check back later for updates!
|
||||
</p>
|
||||
</main>
|
||||
<footer>
|
||||
made with ♥ by <a href="https://arimelody.me">ari</a>, 2024
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue