Added Footer on sites

This commit is contained in:
Burlone
2024-08-12 04:38:12 +02:00
parent 02301a0065
commit c8a368b8e3
2 changed files with 8 additions and 0 deletions
+4
View File
@@ -15,6 +15,10 @@
<button class="theme-toggle" id="themeToggle"></button>
<footer style="position: fixed; bottom: 0; width: 100%; text-align: center; color: gray; font-size: 14px; padding: 10px;">
Powered by Reload Backend - © 2024
</footer>
<script>
const params = new URLSearchParams(window.location.search);
const username = params.get('username');
+4
View File
@@ -27,6 +27,10 @@
<button class="theme-toggle" id="themeToggle"></button>
<footer style="position: fixed; bottom: 0; width: 100%; text-align: center; color: gray; font-size: 14px; padding: 10px;">
Powered by Reload Backend - © 2024
</footer>
<script>
document.addEventListener('DOMContentLoaded', function() {
const params = new URLSearchParams(window.location.search);