bliss.town/public/index.html

36 lines
1.1 KiB
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>
2024-04-04 04:44:19 +00:00
<link rel="stylesheet" type="text/css" href="style/main.css">
2024-04-03 21:02:51 +00:00
<style>
</style>
</head>
<body>
2024-04-04 04:44:19 +00:00
<header>
<nav>
<a href="/">home</a>
<a href="/links">links</a>
</nav>
</header>
2024-04-03 21:02:51 +00:00
<main>
<h1>🏕️<br>welcome to bliss.town!</h1>
<hr>
<p>
2024-04-04 04:44:19 +00:00
we're not hosting much at this domain just yet.
2024-04-03 21:02:51 +00:00
<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>
2024-04-04 04:44:19 +00:00
<div id="footer-links">
<a href="https://git.arimelody.me/ari/bliss.town">source</a>
</div>
2024-04-03 21:02:51 +00:00
</footer>
</body>
</html>