aboutsummaryrefslogtreecommitdiff
path: root/Aamukampa.Frontend/index.html
blob: 25ea4b178d35f41217b493b82f81d81b1f27621f (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html lang="en-US">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width" />
        <title>Aamukampa</title>
    </head>
  <body>
      <script type="module" src="/App.fs.js"></script>
  </body>
</html>