summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-12 23:58:22 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-12 23:58:22 +0200
commita7792b12b834125952263a7b0223da127010625f (patch)
tree5833674774e882d30f07d555eee18171f4e3bb2f
parentcd36e1412be8e0ab08f3a331a1fb5701dc5d043a (diff)
Add a TODO
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
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