add footer link to privacy policy and terms of service

This commit is contained in:
evan
2025-05-02 19:43:49 -07:00
parent 813bdac701
commit 1f474a368c
+7 -2
View File
@@ -335,13 +335,18 @@
</a>
</div>
<div class="l-footer__col t-text-white">
© 2025
<a
href="https://github.com/openfrontio/OpenFrontIO"
class="t-link"
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>
</div>
</div>