new dark theme and other fancy css things :3

This commit is contained in:
ari melody 2024-04-06 22:47:53 +01:00
parent 40079b00e1
commit 83ae258545
Signed by: ari
GPG key ID: CF99829C92678188
8 changed files with 211 additions and 36 deletions

View file

@ -3,10 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" value="width=device-width, initial-scale=1">
<title>🔗 bliss.town shortlinks</title>
<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:site_name" content="bliss town" />
<meta property="og:title" content="bliss town shortlinks" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bliss.town/links" />
@ -18,12 +19,16 @@
<header>
<nav>
<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>
<h1><span aria-hidden="true">🔗</span><br>bliss.town shortlinks</h1>
<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>,
@ -32,10 +37,9 @@
</p>
</main>
<footer>
<p>made with <span role="img" aria-label="love">♥ by <a href="https://arimelody.me">ari</a>, 2024</p>
<div id="footer-links">
<a href="https://git.arimelody.me/ari/bliss.town">source</a>
</div>
<p>
made with <span role="img" aria-label="love"></span> by <a href="https://arimelody.me">ari</a>, 2024.
</p>
</footer>
</body>
</html>