Changes to the UI, deleted the testing leftover bin

This commit is contained in:
Emin Arslan
2025-03-29 22:32:47 +03:00
parent d2144c7f5e
commit e41e0888fa
5 changed files with 19 additions and 9 deletions

View File

@ -3,7 +3,7 @@
<title> bin </title>
<style>
html {
background-color: black;
background-color: #4E5A52;
color: #FFFDD0;
}
body {
@ -12,6 +12,7 @@
}
code {
margin: 0;
padding: 5px;
font-family: monospace;
}
div {
@ -39,6 +40,7 @@
<a href="{{link-raw}}"> raw </a>
<br />
</main>
<br />
<div>
<pre><code>{{ contents }}</code></pre>
</div>