-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
18 lines (15 loc) · 857 Bytes
/
Copy pathfooter.php
File metadata and controls
18 lines (15 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<footer>
<div class="footer_block_">
<a class="navbar-brand rfrp_logo" href="https://rfrp.ncode.ge/">
<img src="images/RFRP.png" class="rfrp_is_brand" alt="Realmforge RolePlay Logo">
</a>
</div>
<div class="footer_block_">
<p class="text-light">Realmforge RolePlay - Copyright all rights reserved <a rel="nofollow" href="https://ncode.ge/" class="ncode">powered by ncode.ge</a>
</p>
</div>
</footer>
<script>
const element = document.getElementById("l_ss");let stateCheck = setInterval(() => {if (document.readyState === 'complete') {clearInterval(stateCheck);element.remove()}}, 5);
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" crossorigin="anonymous"></script>