46 lines
2.2 KiB
HTML
46 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" value="width=device-width, initial-scale=1">
|
|
<title>shortlinks - bliss town</title>
|
|
<link rel="icon" type="image/x-icon" href="/img/favicon.png">
|
|
|
|
<meta property="og:site_name" content="bliss town" />
|
|
<meta property="og:title" content="bliss town shortlinks" />
|
|
<meta property="og:image" content="https://bliss.town/img/opengraph-banner.png" />
|
|
<meta property="og:type" content="website" />
|
|
<meta property="og:url" content="https://bliss.town/links" />
|
|
|
|
<link rel="stylesheet" type="text/css" href="/style/main.css">
|
|
<script type="application/javascript" src="/script/vendor/htmx.min.js"></script>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<nav hx-boost="true" hx-target="body" hx-swap="outerHTML show:window:top">
|
|
<a href="/">home</a>
|
|
<span aria-hidden="true">-</span>
|
|
<a href="/links">links</a>
|
|
<span aria-hidden="true">-</span>
|
|
<a href="/paste">paste</a>
|
|
<span aria-hidden="true">-</span>
|
|
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
|
|
</nav>
|
|
</header>
|
|
<main class="center-content">
|
|
<h1><span aria-hidden="true">🔗</span><br>bliss<span class="col-primary-bg">.</span>town shortlinks</h1>
|
|
<hr>
|
|
<p>
|
|
we run an invite-only shortlink service, <code>link.bliss.town</code>,
|
|
<br>
|
|
powered by <a href="https://yourls.org/">YOURLS</a>.
|
|
</p>
|
|
</main>
|
|
<footer>
|
|
<p>
|
|
made with <span role="img" aria-label="love">♥</span> by <a href="https://arimelody.me">ari</a>, 2024.
|
|
</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|