bliss.town/public/index.html

42 lines
1.5 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 06:42:54 +00:00
<meta property="og:site_name" content="🏕️ bliss.town" />
<meta property="og:title" content="welcome to bliss.town!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bliss.town" />
<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>
2024-04-04 06:42:54 +00:00
<a href="/paste">paste</a>
2024-04-04 04:44:19 +00:00
</nav>
</header>
2024-04-03 21:02:51 +00:00
<main>
2024-04-04 06:42:54 +00:00
<h1><span aria-hidden="true">🏕️</span><br>welcome to bliss.town!</h1>
2024-04-03 21:02:51 +00:00
<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>
2024-04-04 06:42:54 +00:00
<p>made with <span role="img" aria-label="love">♥ by <a href="https://arimelody.me">ari</a>, 2024</p>
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>