From 1ff61e9b8ff024d5a6478110ad497d3f6885d961 Mon Sep 17 00:00:00 2001 From: ari melody Date: Sun, 8 Jun 2025 19:18:14 +0100 Subject: [PATCH] add source link in footer --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 043ac12..c9673a5 100755 --- a/main.go +++ b/main.go @@ -236,7 +236,7 @@ func main() { responseText += "\n" responseText += "
\n\n" - responseText += "\n" + responseText += "\n" responseText += "\n\n" w.Header().Set("Content-Type", "text/html")