Skip to content

Commit

Permalink
feat: add footer to homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
jabuxas committed Sep 24, 2024
1 parent 9d5fbca commit 58c8321
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
4 changes: 4 additions & 0 deletions static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ <h1>abyss paste</h1>
<a href="/last">
<button>last uploaded file</button>
</a>
<footer>
abyss paste - powered by
<a href="https://github.com/jabuxas/abyss" target="_blank">abyss</a>
</footer>
</body>

</html>
13 changes: 13 additions & 0 deletions static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,16 @@ button {
button:hover {
background-color: #45a29e;
}

footer {
position: absolute;
bottom: 1rem;
font-size: 0.8rem;
color: #777;
}

footer a {
color: #66fcf1;
text-decoration: none;
font-weight: bold;
}

0 comments on commit 58c8321

Please sign in to comment.