20 lines
645 B
HTML
20 lines
645 B
HTML
|
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>QuadFile info</title>
|
||
|
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='style.css') }}">
|
||
|
</head>
|
||
|
<body>
|
||
|
<p>This section is currently not complete, more will be added</p>
|
||
|
<h1 id="limits">Limits</h1>
|
||
|
<ul>
|
||
|
<li><strong>You</strong> are responsible for the file you upload</li>
|
||
|
<li>The max file size is <strong>100 MB</strong></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>Only certain filetypes are allowed</li>
|
||
|
</ul>
|
||
|
|
||
|
</body>
|
||
|
</html>
|