quadfile/templates/terms.html

18 lines
801 B
HTML
Raw Normal View History

2015-12-24 12:46:05 +00:00
{% extends "regular.html" %}
{% block body %}
<h1 id="limits">Terms</h1>
<ul>
2016-07-24 13:19:10 +00:00
<li>Be responsible and do not upload harmful files</li>
<li>We run regular virus scans</li>
2016-11-28 13:23:25 +00:00
<li>This site is mostly anonymous, check privacy for details</li>
{% if page.size is defined %}
<li>The max file size is <strong>{{ page.size }}</strong></li>
{% endif %}
2016-07-24 13:19:10 +00:00
<li>Files are deleted when they haven't been accessed for a week</li>
2015-12-24 12:46:05 +00:00
<li>Files may be deleted if requested by the content owner</li>
2016-07-24 13:19:10 +00:00
<li>Illegal content, such as child pornography or viruses will instantly be deleted</li>
2015-12-24 12:46:05 +00:00
<li>More terms may be added to this list without warning</li>
<li>TL;DR Don't be an asshole and blame me for something that happens</li>
</ul>
2016-07-24 13:19:10 +00:00
{% endblock %}