diff --git a/templates/home.html b/templates/home.html index 4145407bfd4584af27c5a8b4366a7dcf54922e5c..a43c11b32d4780c421fefffa1967fe82079657aa 100644 --- a/templates/home.html +++ b/templates/home.html @@ -39,6 +39,7 @@ {% else %} <h3>Your shortened URL is: <a href="http://{{short_url}}"> {{short_url}}</a></h3> <img src="data:image/jpeg;base64,{{qrcode}}"> + <p><a href="/">create another link</a></p> {% endif %} <p class="message">© Made by <a href="https://jonasled.de">jonasled</a><br> Sourcecode is available <a href="https://gitlab.jonasled.de/jonasled/url_shorter_docker">here</a><br>