summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-11-06 16:51:29 -0600
committerJeff Carr <[email protected]>2024-11-06 16:51:29 -0600
commit316f169bc0e5ed955fea15aed2fd1d1055a7c5c2 (patch)
tree20715a90c8a18a29d0d62d5f6647b1906c1eb857 /main.go
parent9242d7a35fc12a978a4cb2a1410f776e02fe5653 (diff)
make a footer file
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'main.go')
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 88f7271..97a539e 100644
--- a/main.go
+++ b/main.go
@@ -54,6 +54,7 @@ func okHandler(w http.ResponseWriter, r *http.Request) {
indexBodyStart(w)
indexBodyScanConfig(w)
indexDivEnd(w)
+ writeFile(w, "footer.html")
indexBodyEnd(w)
return
}