ui changes

This commit is contained in:
KarnamShyam1947
2024-06-01 10:55:43 +05:30
parent 3d9667a930
commit 5179515d1e
26 changed files with 40 additions and 2139 deletions

View File

@@ -337,6 +337,7 @@ func main() {
rw.Header().Add("Content-Type", "text/html; charset=utf-8")
web.RenderTemplate(rw, "privacy.tmpl", &web.Page{Title: "Privacy", Build: buildInfo})
})
// r.NotFoundHandler
secured := r.PathPrefix("/").Subrouter()