deletedbot/frontend/templates/terms.html

4 lines
213 B
HTML
Raw Permalink Normal View History

2024-10-28 16:57:26 +00:00
{{ 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" . }}