new dark theme and other fancy css things :3
This commit is contained in:
parent
40079b00e1
commit
83ae258545
8 changed files with 211 additions and 36 deletions
|
@ -3,10 +3,11 @@
|
|||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" value="width=device-width, initial-scale=1">
|
||||
<title>📝 bliss.town pastebin</title>
|
||||
<title>pastebin - 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 pastebin" />
|
||||
<meta property="og:site_name" content="bliss town" />
|
||||
<meta property="og:title" content="bliss town pastebin" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://bliss.town/paste" />
|
||||
|
||||
|
@ -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 pastebin</h1>
|
||||
<h1><span aria-hidden="true">📝</span><br>bliss<span class="col-primary-bg">.</span>town pastebin</h1>
|
||||
<hr>
|
||||
<p>
|
||||
we run a public pastebin instance, <a href="https://paste.bliss.town"><code>paste.bliss.town</code></a>,
|
||||
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue