feat: add footer to homepage
This commit is contained in:
parent
9d5fbca929
commit
58c8321a18
@ -14,6 +14,10 @@
|
|||||||
<a href="/last">
|
<a href="/last">
|
||||||
<button>last uploaded file</button>
|
<button>last uploaded file</button>
|
||||||
</a>
|
</a>
|
||||||
|
<footer>
|
||||||
|
abyss paste - powered by
|
||||||
|
<a href="https://github.com/jabuxas/abyss" target="_blank">abyss</a>
|
||||||
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -29,3 +29,16 @@ button {
|
|||||||
button:hover {
|
button:hover {
|
||||||
background-color: #45a29e;
|
background-color: #45a29e;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
position: absolute;
|
||||||
|
bottom: 1rem;
|
||||||
|
font-size: 0.8rem;
|
||||||
|
color: #777;
|
||||||
|
}
|
||||||
|
|
||||||
|
footer a {
|
||||||
|
color: #66fcf1;
|
||||||
|
text-decoration: none;
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user