From add6ceafba03069e2aed14c31ffd023e8321e8a4 Mon Sep 17 00:00:00 2001 From: aqquq <jannik.wurche@student.uni-halle.de> Date: Tue, 2 Jul 2024 13:48:21 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=AD=20update=20Title?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/View.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/View.elm b/src/View.elm index 864912f..8b8bab0 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 -- GitLab