From a7792b12b834125952263a7b0223da127010625f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 12 Aug 2024 23:58:22 +0200 Subject: Add a TODO --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 25049dd..86966b5 100644 --- a/main.go +++ b/main.go @@ -62,6 +62,7 @@ func finalHandler(w http.ResponseWriter, r *http.Request) { if c, ok := components[path]; !ok { w.WriteHeader(http.StatusNotFound) + /* TODO: Create a 404 page */ fmt.Fprintln(w, p.T("Page not found")) } else { /* When a user clicks on the language button to be taken to the -- cgit v1.2.3