diff --git a/src/View.elm b/src/View.elm
index 864912fb787abdc7314d6f5ce7c4eafa59ae2d56..8b8bab0f15c6e900c0203a975143aaf4b50f8335 100644
--- a/src/View.elm
+++ b/src/View.elm
@@ -24,6 +24,6 @@ view model =
             NotFound ->
                 Pages.NotFound.notFoundView
     in
-    { title = "WWW with Elm"
+    { title = "Mathe Quiz App"
     , body = [routeContent]
     }
\ No newline at end of file