diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:32:23 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:32:23 +0100 |
commit | c45f80a14ecd00914eb1d4e8f628b74a713667ba (patch) | |
tree | 406ddf17582a074bc407525bcf5bf68a2ccacbc6 /lvc/codec-web/web/index.html | |
parent | 7494981595712cf42681823e8fd79977b9b5f9dc (diff) | |
download | video-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.html | 5 |
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> |