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

4 lines
213 B
HTML

{{ template "before.html" . }}
<h1>Terms of Service</h1>
<p>Include your terms of service here, or set the <code>TERMS_URL</code> environment variable to redirect to another link.</p>
{{ template "after.html" . }}