summaryrefslogtreecommitdiff
path: root/web/src/index.html
blob: 846f5be4d55a9a3230409e95f3d75463782ad5fb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <title>Notive</title>
    <link rel="stylesheet" href="index.css" />
    <script type="module" src="index.ts"></script>
    <script type="module" src="components/index.ts"></script>
  </head>
  <body>
    <ntv-app></ntv-app>
  </body>
</html>