fixed indentation

This commit is contained in:
ari melody 2024-04-06 23:07:50 +01:00
parent cfdc979f34
commit 197e09acc8
Signed by: ari
GPG key ID: CF99829C92678188
3 changed files with 46 additions and 46 deletions

View file

@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" value="width=device-width, initial-scale=1"> <meta name="viewport" value="width=device-width, initial-scale=1">
<title>bliss town</title> <title>bliss town</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.png"> <link rel="icon" type="image/x-icon" href="/img/favicon.png">
<meta property="og:site_name" content="🏕️ bliss town" /> <meta property="og:site_name" content="🏕️ bliss town" />
@ -26,23 +26,23 @@
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a> <a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
</nav> </nav>
</header> </header>
<main> <main>
<div class="title-icon"> <div class="title-icon">
<img src="/img/icon-light.svg" class="icon-light" width=64 height=64 /> <img src="/img/icon-light.svg" class="icon-light" width=64 height=64 />
<img src="/img/icon-dark.svg" class="icon-dark" width=64 height=64 /> <img src="/img/icon-dark.svg" class="icon-dark" width=64 height=64 />
</div> </div>
<h1>welcome to bliss<span class="col-primary-bg">.</span>town!</h1> <h1>welcome to bliss<span class="col-primary-bg">.</span>town!</h1>
<hr> <hr>
<p> <p>
we're not hosting much at this domain just yet. we're not hosting much at this domain just yet.
<br> <br>
check back later for updates! check back later for updates!
</p> </p>
</main> </main>
<footer> <footer>
<p> <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> </p>
</footer> </footer>
</body> </body>
</html> </html>

View file

@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" value="width=device-width, initial-scale=1"> <meta name="viewport" value="width=device-width, initial-scale=1">
<title>shortlinks - bliss town</title> <title>shortlinks - bliss town</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.png"> <link rel="icon" type="image/x-icon" href="/img/favicon.png">
<meta property="og:site_name" content="bliss town" /> <meta property="og:site_name" content="bliss town" />
@ -13,8 +13,8 @@
<link rel="stylesheet" type="text/css" href="/style/main.css"> <link rel="stylesheet" type="text/css" href="/style/main.css">
<script src="https://unpkg.com/htmx.org@1.9.11"></script> <script src="https://unpkg.com/htmx.org@1.9.11"></script>
</head> </head>
<body> <body>
<header> <header>
<nav hx-boost="true" hx-target="body"> <nav hx-boost="true" hx-target="body">
<a href="/">home</a> <a href="/">home</a>
@ -26,19 +26,19 @@
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a> <a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
</nav> </nav>
</header> </header>
<main> <main>
<h1><span aria-hidden="true">🔗</span><br>bliss<span class="col-primary-bg">.</span>town shortlinks</h1> <h1><span aria-hidden="true">🔗</span><br>bliss<span class="col-primary-bg">.</span>town shortlinks</h1>
<hr> <hr>
<p> <p>
we run an invite-only shortlink service, <code>link.bliss.town</code>, we run an invite-only shortlink service, <code>link.bliss.town</code>,
<br> <br>
powered by <a href="https://yourls.org/">YOURLS</a>. powered by <a href="https://yourls.org/">YOURLS</a>.
</p> </p>
</main> </main>
<footer> <footer>
<p> <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> </p>
</footer> </footer>
</body> </body>
</html> </html>

View file

@ -1,9 +1,9 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" value="width=device-width, initial-scale=1"> <meta name="viewport" value="width=device-width, initial-scale=1">
<title>pastebin - bliss town</title> <title>pastebin - bliss town</title>
<link rel="icon" type="image/x-icon" href="/img/favicon.png"> <link rel="icon" type="image/x-icon" href="/img/favicon.png">
<meta property="og:site_name" content="bliss town" /> <meta property="og:site_name" content="bliss town" />
@ -13,8 +13,8 @@
<link rel="stylesheet" type="text/css" href="/style/main.css"> <link rel="stylesheet" type="text/css" href="/style/main.css">
<script src="https://unpkg.com/htmx.org@1.9.11"></script> <script src="https://unpkg.com/htmx.org@1.9.11"></script>
</head> </head>
<body> <body>
<header> <header>
<nav hx-boost="true" hx-target="body"> <nav hx-boost="true" hx-target="body">
<a href="/">home</a> <a href="/">home</a>
@ -26,19 +26,19 @@
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a> <a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
</nav> </nav>
</header> </header>
<main> <main>
<h1><span aria-hidden="true">📝</span><br>bliss<span class="col-primary-bg">.</span>town pastebin</h1> <h1><span aria-hidden="true">📝</span><br>bliss<span class="col-primary-bg">.</span>town pastebin</h1>
<hr> <hr>
<p> <p>
we run a public pastebin instance, <a href="https://paste.bliss.town"><code>paste.bliss.town</code></a>, we run a public pastebin instance, <a href="https://paste.bliss.town"><code>paste.bliss.town</code></a>,
<br> <br>
powered by <a href="https://docs.dpaste.org">dpaste</a>. powered by <a href="https://docs.dpaste.org">dpaste</a>.
</p> </p>
</main> </main>
<footer> <footer>
<p> <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> </p>
</footer> </footer>
</body> </body>
</html> </html>