summaryrefslogtreecommitdiff
path: root/web/src/index.html
diff options
context:
space:
mode:
authorJosh Kingsley <josh@joshkingsley.me>2025-10-30 13:25:02 +0200
committerJosh Kingsley <josh@joshkingsley.me>2025-10-30 13:25:02 +0200
commit715996aceb4d4dc96410464f60727b98a289be08 (patch)
tree876d97664a22246ebecfc25cad1f4b96dee031a0 /web/src/index.html
parent7ef8366bfc43775bf26e71e77bddf31af829dfde (diff)
refactor(web): move selection code
Diffstat (limited to 'web/src/index.html')
-rw-r--r--web/src/index.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/src/index.html b/web/src/index.html
index a9cd398..9f8bcbf 100644
--- a/web/src/index.html
+++ b/web/src/index.html
@@ -7,7 +7,5 @@
<link rel="icon" href="favicon.ico" />
<script type="module" src="index.ts"></script>
</head>
- <body>
- <ntv-app></ntv-app>
- </body>
+ <body></body>
</html>