Add pastebin to index

This commit is contained in:
Julien Negrotto 2025-04-16 22:46:10 -05:00
parent a1f76e9046
commit 552186defb

View File

@ -15,6 +15,7 @@
background-color: #181818; background-color: #181818;
color: #ddd; color: #ddd;
font-family: 'Courier New', Courier, monospace; font-family: 'Courier New', Courier, monospace;
font-weight: bold;
} }
main { main {
@ -30,11 +31,16 @@
} }
a { a {
color: #eee; color: #c00;
font-weight: bold;
text-decoration: none; text-decoration: none;
} }
.links {
display: flex;
flex-direction: row;
gap: 0.5rem;
}
.links:before { .links:before {
content: "["; content: "[";
} }
@ -57,6 +63,8 @@
<div class="links"> <div class="links">
<a href="/files/">files</a> <a href="/files/">files</a>
<span class="sep">|</span>
<a href="https://bin.crawfi.sh/">bin</a>
</div> </div>
</main> </main>
</body> </body>