add source link in footer
This commit is contained in:
parent
e653f0c990
commit
1ff61e9b8f
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -236,7 +236,7 @@ func main() {
|
||||||
responseText += "</table>\n"
|
responseText += "</table>\n"
|
||||||
|
|
||||||
responseText += "<hr>\n</main>\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"
|
responseText += "</body>\n</html>\n"
|
||||||
|
|
||||||
w.Header().Set("Content-Type", "text/html")
|
w.Header().Set("Content-Type", "text/html")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue