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