better htmx, better css
This commit is contained in:
parent
6260715057
commit
f7f6254016
4 changed files with 55 additions and 32 deletions
|
@ -12,11 +12,11 @@
|
|||
<meta property="og:url" content="https://bliss.town/paste" />
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="/style/main.css">
|
||||
<script src="https://unpkg.com/htmx.org@1.9.11"></script>
|
||||
<script type="application/javascript" src="/script/vendor/htmx.min.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav hx-boost="true" hx-target="body">
|
||||
<nav hx-boost="true" hx-target="body" hx-swap="outerHTML show:window:top">
|
||||
<a href="/">home</a>
|
||||
<span aria-hidden="true">-</span>
|
||||
<a href="/links">links</a>
|
||||
|
@ -26,7 +26,7 @@
|
|||
<a href="https://git.arimelody.me/ari/bliss.town" target="_blank">source</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>
|
||||
<main class="center-content">
|
||||
<h1><span aria-hidden="true">📝</span><br>bliss<span class="col-primary-bg">.</span>town pastebin</h1>
|
||||
<hr>
|
||||
<p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue