aboutsummaryrefslogtreecommitdiff
path: root/lvc/codec-web/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'lvc/codec-web/web/index.html')
-rw-r--r--lvc/codec-web/web/index.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/lvc/codec-web/web/index.html b/lvc/codec-web/web/index.html
index 2580ed9..b572671 100644
--- a/lvc/codec-web/web/index.html
+++ b/lvc/codec-web/web/index.html
@@ -7,5 +7,8 @@
<title>bv1 web player</title>
<script defer async src="./bundle.js" type="module"></script>
</head>
- <body></body>
+ <body>
+ <noscript>need js</noscript>
+ <p>loading…</p>
+ </body>
</html>