aboutsummaryrefslogtreecommitdiff
path: root/src/templates/noshort.html
diff options
context:
space:
mode:
authorJulien Dessaux2021-10-26 21:41:39 +0200
committerJulien Dessaux2021-10-26 21:41:39 +0200
commit7f79a49bff7883db126481f8c8a795aa312e3505 (patch)
treef04efeff6440f580a9f109686e1cb30822c40ad6 /src/templates/noshort.html
parentAdded 6 months expiration option (diff)
downloadshort-7f79a49bff7883db126481f8c8a795aa312e3505.tar.gz
short-7f79a49bff7883db126481f8c8a795aa312e3505.tar.bz2
short-7f79a49bff7883db126481f8c8a795aa312e3505.zip
cosmetics
Diffstat (limited to '')
-rw-r--r--src/templates/noshort.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/noshort.html b/src/templates/noshort.html
index e0be436..976e911 100644
--- a/src/templates/noshort.html
+++ b/src/templates/noshort.html
@@ -2,9 +2,9 @@
{% block content %}
<h1>URL not found!</h1>
<p>
- This url does not exist or has expired, sorry!
+This url does not exist or has expired, sorry!
</p>
<p>
- <a href="/">Go back</a>
+<a href="/">Go back</a>
</p>
{% endblock %}