deletedbot/frontend/templates/privacy.html
2024-10-28 17:57:26 +01:00

4 lines
211 B
HTML

{{ template "before.html" . }}
<h1>Privacy Policy</h1>
<p>Include your privacy policy here, or set the <code>PRIVACY_URL</code> environment variable to redirect to another link.</p>
{{ template "after.html" . }}