Moving nav bar to bottom when smol screen and fixing broken code on seperate pages

This commit is contained in:
Michał Gdula 2022-08-09 11:14:30 +01:00
parent bf449271e6
commit 2cffd0debd
11 changed files with 130 additions and 81 deletions

View file

@ -78,7 +78,7 @@ include $root_dir."app/server/secrete.php";
everything can always be accessed
-->
<a id="back-to-top" href="#">
<img src="assets/icons/caret-up.svg">
<img src="<?php echo $root_dir; ?>assets/icons/caret-up.svg">
</a>
<script>
button = document.getElementById("back-to-top");