diff options
author | Julien Dessaux | 2021-10-26 21:41:39 +0200 |
---|---|---|
committer | Julien Dessaux | 2021-10-26 21:41:39 +0200 |
commit | 7f79a49bff7883db126481f8c8a795aa312e3505 (patch) | |
tree | f04efeff6440f580a9f109686e1cb30822c40ad6 /src/templates/noshort.html | |
parent | Added 6 months expiration option (diff) | |
download | short-7f79a49bff7883db126481f8c8a795aa312e3505.tar.gz short-7f79a49bff7883db126481f8c8a795aa312e3505.tar.bz2 short-7f79a49bff7883db126481f8c8a795aa312e3505.zip |
cosmetics
Diffstat (limited to 'src/templates/noshort.html')
-rw-r--r-- | src/templates/noshort.html | 4 |
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 %} |