From c008633eb6c16e31ae32ebdcfe73c2caaef84ae1 Mon Sep 17 00:00:00 2001 From: jonasled <jonas@jonasled.de> Date: Mon, 14 Oct 2019 10:41:21 +0200 Subject: [PATCH] added copyright on shorten page (under the QR code) --- templates/home.html | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/home.html b/templates/home.html index ff3cf2d..82f6bdd 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> -- GitLab