aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--_sass/site.scss2
-rw-r--r--errors/404-upload.html19
2 files changed, 20 insertions, 1 deletions
diff --git a/_sass/site.scss b/_sass/site.scss
index 035165b..9fb38b4 100644
--- a/_sass/site.scss
+++ b/_sass/site.scss
@@ -31,7 +31,7 @@ body {
h1, h2, h3, h4, h5, h6 {
-// font-family: 'Ubuntu', sans-serif;
+ font-family: 'Ubuntu', sans-serif;
}
// Links
diff --git a/errors/404-upload.html b/errors/404-upload.html
new file mode 100644
index 0000000..55432a9
--- /dev/null
+++ b/errors/404-upload.html
@@ -0,0 +1,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>