18 lines
		
	
	
		
			794 B
		
	
	
	
		
			HTML
		
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			794 B
		
	
	
	
		
			HTML
		
	
	
	
| {%  extends "regular.html" %}
 | |
| {% block body %}
 | |
|     <h1 id="limits">Terms</h1>
 | |
|     <ul>
 | |
|       <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 %}
 | |
|       <li>The max file size is <strong>{{ page.size }}</strong></li>
 | |
|       {% endif %}
 | |
|       <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>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>TL;DR Don't be an asshole and blame me for something that happens</li>
 | |
|     </ul>
 | |
| {% endblock %}
 |