feat: update default webpage with new buttons
This commit is contained in:
parent
b10bdf21b5
commit
8bf4d7e5c4
@ -11,9 +11,19 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<h1>abyss paste</h1>
|
<h1>abyss paste</h1>
|
||||||
<a href="/last">
|
<div class="top-down">
|
||||||
<button>last uploaded file</button>
|
<div>
|
||||||
</a>
|
<a href="/tree">
|
||||||
|
<button>files uploaded</button>
|
||||||
|
</a>
|
||||||
|
<a href="/upload">
|
||||||
|
<button>go to upload</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<a href="/last">
|
||||||
|
<button>last uploaded file</button>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
<footer>
|
<footer>
|
||||||
abyss paste - powered by
|
abyss paste - powered by
|
||||||
<a href="https://github.com/jabuxas/abyss" target="_blank">abyss</a>
|
<a href="https://github.com/jabuxas/abyss" target="_blank">abyss</a>
|
||||||
|
@ -42,3 +42,13 @@ footer a {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div {
|
||||||
|
display: flex;
|
||||||
|
gap: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-down {
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user