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