2015-12-24 12:46:05 +00:00
|
|
|
{% extends "regular.html" %}
|
|
|
|
{% block body %}
|
|
|
|
<h1 id="limits">Terms</h1>
|
2015-12-23 22:39:05 +00:00
|
|
|
<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>
|
|
|
|
<li>This site is anonymous, check privacy for details</li>
|
2016-03-11 16:06:37 +00:00
|
|
|
{% 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 %}
|