add footer link to privacy policy and terms of service

This commit is contained in:
evan
2025-05-05 11:28:13 -07:00
parent ba630c1844
commit 764cda78f3
+7 -2
View File
@@ -328,13 +328,18 @@
</a> </a>
</div> </div>
<div class="l-footer__col t-text-white"> <div class="l-footer__col t-text-white">
© 2025
<a <a
href="https://github.com/openfrontio/OpenFrontIO" href="https://github.com/openfrontio/OpenFrontIO"
class="t-link" class="t-link"
target="_blank" target="_blank"
> >
OpenFront™ ©2025 OpenFront™
</a>
<a href="/privacy-policy.html" class="t-link" target="_blank">
Privacy Policy
</a>
<a href="/terms-of-service.html" class="t-link" target="_blank">
Terms of Service
</a> </a>
</div> </div>
</div> </div>