summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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