add source link in footer

This commit is contained in:
ari melody 2025-06-08 19:18:14 +01:00
parent e653f0c990
commit 1ff61e9b8f
Signed by: ari
GPG key ID: CF99829C92678188

View file

@ -236,7 +236,7 @@ func main() {
responseText += "</table>\n"
responseText += "<hr>\n</main>\n"
responseText += "<footer><em>made with <span aria-label=\"love\">♥</span> by ari, 2025</em></footer>\n"
responseText += "<footer><em>made with <span aria-label=\"love\">♥</span> by ari, 2025 <a href=\"https://git.arimelody.me/ari/indir\" target=\"_blank\">[source]</a></em></footer>\n"
responseText += "</body>\n</html>\n"
w.Header().Set("Content-Type", "text/html")