mirror of
https://github.com/ApfelTeeSaft/Reload-Backend.git
synced 2026-08-26 19:33:26 +00:00
Added Footer on sites
This commit is contained in:
@@ -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');
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user