summaryrefslogtreecommitdiff
path: root/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html13
1 files changed, 0 insertions, 13 deletions
diff --git a/web/index.html b/web/index.html
deleted file mode 100644
index 846f5be..0000000
--- a/web/index.html
+++ /dev/null
@@ -1,13 +0,0 @@
-<!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>