aboutsummaryrefslogtreecommitdiff
path: root/lvc/codec-web/web/index.html
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2023-03-09 22:32:23 +0100
committermetamuffin <metamuffin@disroot.org>2023-03-09 22:32:23 +0100
commitc45f80a14ecd00914eb1d4e8f628b74a713667ba (patch)
tree406ddf17582a074bc407525bcf5bf68a2ccacbc6 /lvc/codec-web/web/index.html
parent7494981595712cf42681823e8fd79977b9b5f9dc (diff)
downloadvideo-codec-experiments-c45f80a14ecd00914eb1d4e8f628b74a713667ba.tar
video-codec-experiments-c45f80a14ecd00914eb1d4e8f628b74a713667ba.tar.bz2
video-codec-experiments-c45f80a14ecd00914eb1d4e8f628b74a713667ba.tar.zst
web player shows index
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>