bliss.town/public/index.html

28 lines
853 B
HTML
Raw Normal View History

2024-04-03 21:02:51 +00:00
<!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
2024-04-03 21:05:35 +00:00
<br>
<small><a href="https://git.arimelody.me/ari/bliss.town">source</a></small>
2024-04-03 21:02:51 +00:00
</footer>
</body>
</html>