Add privacy policy and terms of service pages

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-03 15:17:16 -04:00
parent d005080aca
commit 1f0effb902
5 changed files with 90 additions and 1 deletions
+5
View File
@@ -477,5 +477,10 @@ document.body.addEventListener('closeModal', function() {
});
</script>
<div id="edit-modal"></div>
<footer style="border-top:2.5px solid var(--border);padding:16px 24px;text-align:center;font-size:0.8rem;color:#777;margin-top:auto;">
<a href="/privacy" style="color:#777;text-decoration:none;margin:0 8px;">Privacy</a>
<span style="color:#bbb;">·</span>
<a href="/terms" style="color:#777;text-decoration:none;margin:0 8px;">Terms</a>
</footer>
</body>
</html>{{end}}