Add pastebin to index
This commit is contained in:
parent
a1f76e9046
commit
552186defb
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user