create home page php

This commit is contained in:
kankys
2024-10-20 09:53:43 +02:00
commit 69f561ff1a
15 changed files with 729 additions and 0 deletions

3
assets/returnbutton.php Normal file
View File

@ -0,0 +1,3 @@
<button onclick="scrollToTop()" id="scrollToTopBtn" title="Go to top">
<i class="fas fa-arrow-up"></i>
</button>