aboutsummaryrefslogtreecommitdiff
path: root/Aamukampa.Core/Views.fs
diff options
context:
space:
mode:
Diffstat (limited to 'Aamukampa.Core/Views.fs')
-rw-r--r--Aamukampa.Core/Views.fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Aamukampa.Core/Views.fs b/Aamukampa.Core/Views.fs
index 939acec..09bc236 100644
--- a/Aamukampa.Core/Views.fs
+++ b/Aamukampa.Core/Views.fs
@@ -12,7 +12,7 @@ module Document =
head [] [
meta [ charset "utf-8" ]
meta [ name "viewport"; content "width=device-width" ]
- Elem.title [] [ raw "TJ-laskuri" ]
+ Elem.title [] [ raw "Aamukampa" ]
script [ type' "module"; src "/js/app.js" ] []
link [ rel "stylesheet"; href "/styles.css" ]
]