diff options
author | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:48:33 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2023-03-09 22:48:33 +0100 |
commit | 680b08e6b9d64284b7992fb52a23e5f891291406 (patch) | |
tree | abe30a9f18be09ef931b4b6357d216f6ba982095 /lvc/codec-web/web/index.html | |
parent | c45f80a14ecd00914eb1d4e8f628b74a713667ba (diff) | |
download | video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar.bz2 video-codec-experiments-680b08e6b9d64284b7992fb52a23e5f891291406.tar.zst |
rename + readme
Diffstat (limited to 'lvc/codec-web/web/index.html')
-rw-r--r-- | lvc/codec-web/web/index.html | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/lvc/codec-web/web/index.html b/lvc/codec-web/web/index.html deleted file mode 100644 index b572671..0000000 --- a/lvc/codec-web/web/index.html +++ /dev/null @@ -1,14 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta http-equiv="X-UA-Compatible" content="IE=edge" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>bv1 web player</title> - <script defer async src="./bundle.js" type="module"></script> - </head> - <body> - <noscript>need js</noscript> - <p>loading…</p> - </body> -</html> |