aboutsummaryrefslogtreecommitdiffstats
path: root/errors/404-upload.html
blob: 55432a903c89d4fab98db69af6c01e2f0e6cb5a1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: error
sitemap: false
permalink: /assets/errors/404-upload.html
---

<div id="error-container" class="container d-flex h-100">
    <div id="error-text" class="justify-content-center align-self-center">
        <h1><i class="fa fa-exclamation-triangle"></i></h1>
	<h1 style="font-size:3.5em">Error: <b>404</b></h1>
	<br />
        <h1>File not found!</h1>
	<hr />
	<p><b>Im sorry but the file you are looking for can not be found at this time.</b></p>
	<p>The file may have expired before you tried to download it; files expire <b>180 days</b> after they are uploaded.</p>
	<hr />
	<p><small>Please see <a href="https://xmpp.org/extensions/xep-0363.html">XEP-0363</a> for more information on XMPP HTTP_Upload service.</small></p>
    </div>
</div>