mirror of
https://github.com/Fluffy-Bean/image-gallery.git
synced 2025-06-03 17:03:12 +00:00
Added "Top" button 👀
This commit is contained in:
parent
d6c9951233
commit
4ab1b39650
12 changed files with 78 additions and 13 deletions
|
@ -3,7 +3,6 @@
|
|||
<h3>Contact me</h3>
|
||||
<a href="https://t.me/Fluffy_Bean">Telegram</a>
|
||||
<a href="https://twitter.com/fluffybeanUwU">Twitter</a>
|
||||
<a href="https://discord.com/users/317376266066067459">Discord</a>
|
||||
<a href="https://github.com/Fluffy-Bean">GitHub</a>
|
||||
</div>
|
||||
<div class="footer-child center flex-down">
|
||||
|
@ -17,6 +16,5 @@
|
|||
<p>AAAAAAAA</p>
|
||||
<p>*Internal screaming*</p>
|
||||
<a href="https://gay.fluffybean.gay">My website!</a>
|
||||
<a href="#">Go back up!</a>
|
||||
</div>
|
||||
</footer>
|
4
ui/top.html
Normal file
4
ui/top.html
Normal file
|
@ -0,0 +1,4 @@
|
|||
<a id="back-to-top" href="#">
|
||||
<img src="assets/icons/caret-up.svg">
|
||||
</a>
|
||||
<script src="scripts/top.js"></script>
|
Loading…
Add table
Add a link
Reference in a new issue