Re-added missing HTML footer

This commit is contained in:
Seednode 2022-09-08 19:11:07 -05:00
parent d51fdbb546
commit 51ab23a234
1 changed files with 3 additions and 1 deletions

View File

@ -37,7 +37,9 @@ func generatePageHtml(w http.ResponseWriter, paths []string) error {
<a href="/"><img src="`
htmlBody += filePath
htmlBody += `"></img></a>
`
</body>
</html>`
_, err = io.WriteString(w, htmlBody)
if err != nil {
return err