aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Frontend/index.html
diff options
context:
space:
mode:
authorJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
committerJoel Stålnacke <joel@saker.fi>2025-08-01 20:22:50 +0300
commit40525e4f0ff494a3b5bf9cebad5d00ac25a3d840 (patch)
tree0a2cdf34f68f8a194a20e4c26afdbac771084c72 /TJLaskuri.Frontend/index.html
Basic domain logic
Diffstat (limited to 'TJLaskuri.Frontend/index.html')
-rw-r--r--TJLaskuri.Frontend/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/TJLaskuri.Frontend/index.html b/TJLaskuri.Frontend/index.html
new file mode 100644
index 0000000..9fadce0
--- /dev/null
+++ b/TJLaskuri.Frontend/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en-US">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width" />
+ <title>TJ-laskuri</title>
+ </head>
+ <body>
+ <script type="module" src="/App.fs.js"></script>
+ </body>
+</html>
+