fixed indentation
This commit is contained in:
parent
cfdc979f34
commit
197e09acc8
3 changed files with 46 additions and 46 deletions
|
@ -1,9 +1,9 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" value="width=device-width, initial-scale=1">
|
||||
<title>pastebin - bliss town</title>
|
||||
<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">
|
||||
|
||||
<meta property="og:site_name" content="bliss town" />
|
||||
|
@ -13,8 +13,8 @@
|
|||
|
||||
<link rel="stylesheet" type="text/css" href="/style/main.css">
|
||||
<script src="https://unpkg.com/htmx.org@1.9.11"></script>
|
||||
</head>
|
||||
<body>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav hx-boost="true" hx-target="body">
|
||||
<a href="/">home</a>
|
||||
|
@ -26,19 +26,19 @@
|
|||
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<main>
|
||||
<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>,
|
||||
<br>
|
||||
powered by <a href="https://docs.dpaste.org">dpaste</a>.
|
||||
</p>
|
||||
</main>
|
||||
<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>
|
||||
<footer>
|
||||
<p>
|
||||
made with <span role="img" aria-label="love">♥</span> by <a href="https://arimelody.me">ari</a>, 2024.
|
||||
made with <span role="img" aria-label="love">♥</span> by <a href="https://arimelody.me">ari</a>, 2024.
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue