aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Frontend/index.html
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-02 18:25:14 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-02 18:25:14 +0300
commit6b46930cfd23c59a359460c84085e9333aea4521 (patch)
tree9d1d11838ee4e836c0338ef1ab338fe234fc7f4b /TJLaskuri.Frontend/index.html
parent40525e4f0ff494a3b5bf9cebad5d00ac25a3d840 (diff)
Initial frontend
Diffstat (limited to 'TJLaskuri.Frontend/index.html')
-rw-r--r--TJLaskuri.Frontend/index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/TJLaskuri.Frontend/index.html b/TJLaskuri.Frontend/index.html
index 9fadce0..79b1c82 100644
--- a/TJLaskuri.Frontend/index.html
+++ b/TJLaskuri.Frontend/index.html
@@ -3,10 +3,9 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
- <title>TJ-laskuri</title>
+ <title>TJ-laskuri</title>
</head>
<body>
<script type="module" src="/App.fs.js"></script>
</body>
</html>
-