From f6279cd3137110af4b59d122dcfdb424479fcee4 Mon Sep 17 00:00:00 2001 From: SinTan1729 Date: Fri, 13 Jan 2023 13:23:48 +0530 Subject: [PATCH] Added link to source code --- src/main/resources/public/index.html | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 93d3952..7e3723c 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -59,6 +59,12 @@ form input[name="shortUrl"]::placeholder { text-transform: none; } + + div[name="gitlab"] { + position: absolute; + right: 0.5%; + bottom: 0.5%; + } @@ -102,6 +108,10 @@ +
+ Source Code +
+ \ No newline at end of file