diff options
| -rw-r--r-- | Aamukampa.Core/Views.fs | 2 | ||||
| -rw-r--r-- | Aamukampa.Frontend/index.html | 2 |
2 files changed, 2 insertions, 2 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" ] ] diff --git a/Aamukampa.Frontend/index.html b/Aamukampa.Frontend/index.html index 79b1c82..25ea4b1 100644 --- a/Aamukampa.Frontend/index.html +++ b/Aamukampa.Frontend/index.html @@ -3,7 +3,7 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width" /> - <title>TJ-laskuri</title> + <title>Aamukampa</title> </head> <body> <script type="module" src="/App.fs.js"></script> |
