aboutsummaryrefslogtreecommitdiff
path: root/TJLaskuri.Frontend/index.html
blob: 9fadce0e98409ff351ffd6dec5b7e1318e2b3f1e (plain)
1
2
3
4
5
6
7
8
9
10
11
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>