Update terms.html

This commit is contained in:
Dominik V. Salonen 2016-07-24 15:19:10 +02:00 committed by GitHub
parent 85f2c63e72
commit 8be1947e6a
1 changed files with 6 additions and 4 deletions

View File

@ -2,13 +2,15 @@
{% block body %} {% block body %}
<h1 id="limits">Terms</h1> <h1 id="limits">Terms</h1>
<ul> <ul>
<li><strong>You</strong> are responsible for the file you upload</li> <li>Be responsible and do not upload harmful files</li>
<li>We run regular virus scans</li>
<li>This site is anonymous, check privacy for details</li>
{% if page.size is defined %} {% if page.size is defined %}
<li>The max file size is <strong>{{ page.size }}</strong></li> <li>The max file size is <strong>{{ page.size }}</strong></li>
{% endif %} {% endif %}
<li>Files are deleted when they haven't been accessed for a week.</li> <li>Files are deleted when they haven't been accessed for a week</li>
<li>Files may be deleted if requested by the content owner</li> <li>Files may be deleted if requested by the content owner</li>
<li>If I find illegal content (eg. CP, viruses and such) it will instantly be deleted</li> <li>Illegal content, such as child pornography or viruses will instantly be deleted</li>
<li>More terms may be added to this list without warning</li> <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> <li>TL;DR Don't be an asshole and blame me for something that happens</li>
</ul> </ul>