Update footer links

This commit is contained in:
billz 2024-10-24 02:15:09 -07:00
parent 4860b237a1
commit 3dbc83e635

View file

@ -118,11 +118,9 @@ initializeApp();
<footer class="py-4 bg-light mt-auto">
<div class="container-fluid px-4">
<div class="d-flex align-items-center justify-content-between small">
<div class="text-muted">Copyright &copy; Your Website 2023</div>
<div>
<a href="#">Privacy Policy</a>
&middot;
<a href="#">Terms &amp; Conditions</a>
<div class="text-muted">Created by the <a href="https://github.com/RaspAP">RaspAP Team</a></div>
<div class="text-muted">
<i class="fas fa-heart heart"></i> <a href="https://docs.raspap.com/insiders" target="_blank">Get Insiders</a>
</div>
</div>
</div>