feat: add legal pages (impressum, privacy, terms) v0.4.3
Some checks failed
Deploy to Staging / build-and-deploy (push) Failing after 9m24s

This commit is contained in:
OpenClaw Agent 2026-02-19 20:01:28 +00:00
parent b58f634318
commit a70157d0ae
5 changed files with 1556 additions and 3 deletions

View file

@ -584,9 +584,9 @@ footer{border-top:1px solid var(--border);padding:48px 24px 32px;background:var(
</div>
<div class="footer-col">
<h5>Legal</h5>
<a href="#impressum">Impressum</a>
<a href="#privacy">Privacy Policy</a>
<a href="#terms">Terms of Service</a>
<a href="/impressum.html">Impressum</a>
<a href="/privacy.html">Privacy Policy</a>
<a href="/terms.html">Terms of Service</a>
</div>
</div>
<div class="footer-bottom">