bliss.town/public/paste.html

46 lines
2.3 KiB
HTML
Raw Normal View History

2024-04-04 06:42:54 +00:00
<!DOCTYPE html>
<html>
2024-04-06 22:07:50 +00:00
<head>
<meta charset="UTF-8">
<meta name="viewport" value="width=device-width, initial-scale=1">
<title>pastebin - bliss town</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.png">
2024-04-04 06:42:54 +00:00
<meta property="og:site_name" content="bliss town" />
<meta property="og:title" content="bliss town pastebin" />
2024-04-06 23:58:46 +00:00
<meta property="og:image" content="https://bliss.town/img/og-icon.png" />
2024-04-04 06:42:54 +00:00
<meta property="og:type" content="website" />
<meta property="og:url" content="https://bliss.town/paste" />
<link rel="stylesheet" type="text/css" href="/style/main.css">
2024-04-06 23:26:03 +00:00
<script type="application/javascript" src="/script/vendor/htmx.min.js"></script>
2024-04-06 22:07:50 +00:00
</head>
<body>
2024-04-04 06:42:54 +00:00
<header>
2024-04-06 23:26:03 +00:00
<nav hx-boost="true" hx-target="body" hx-swap="outerHTML show:window:top">
2024-04-04 06:42:54 +00:00
<a href="/">home</a>
<span aria-hidden="true">-</span>
2024-04-04 06:42:54 +00:00
<a href="/links">links</a>
<span aria-hidden="true">-</span>
2024-04-04 06:42:54 +00:00
<a href="/paste">paste</a>
<span aria-hidden="true">-</span>
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
2024-04-04 06:42:54 +00:00
</nav>
</header>
2024-04-06 23:26:03 +00:00
<main class="center-content">
<h1><span aria-hidden="true">📝</span><br>bliss<span class="col-primary-bg">.</span>town pastebin</h1>
2024-04-06 22:07:50 +00:00
<hr>
<p>
we run a public pastebin instance, <a href="https://paste.bliss.town"><code>paste.bliss.town</code></a>,
<br>
powered by <a href="https://docs.dpaste.org">dpaste</a>.
</p>
</main>
2024-04-04 06:42:54 +00:00
<footer>
<p>
2024-04-06 22:07:50 +00:00
made with <span role="img" aria-label="love"></span> by <a href="https://arimelody.me">ari</a>, 2024.
</p>
2024-04-04 06:42:54 +00:00
</footer>
2024-04-06 22:07:50 +00:00
</body>
2024-04-04 06:42:54 +00:00
</html>