diff --git a/templates/home.html b/templates/home.html index ff3cf2d0530b84a0d769377ccaef5bc8db6a2164..82f6bddf9e06c5e0775f842a210f56151870ea2c 100644 --- a/templates/home.html +++ b/templates/home.html @@ -21,6 +21,7 @@ {% else %} <h3>Your shortened URL is: <a href="http://{{short_url}}"> {{short_url}}</a></h3> <img src="data:image/jpeg;base64,{{qrcode}}"> + <p class="message">© Made by jonasled {{builddate}}</p> {% endif %} </div> </div>