aboutsummaryrefslogtreecommitdiff
path: root/src/templates/noshort.html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/templates/noshort.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/templates/noshort.html b/src/templates/noshort.html
new file mode 100644
index 0000000..e0be436
--- /dev/null
+++ b/src/templates/noshort.html
@@ -0,0 +1,10 @@
+{% extends "templates/partials/master.html" %}
+{% block content %}
+<h1>URL not found!</h1>
+<p>
+ This url does not exist or has expired, sorry!
+</p>
+<p>
+ <a href="/">Go back</a>
+</p>
+{% endblock %}