aboutsummaryrefslogtreecommitdiff
path: root/bv1/codec-web/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'bv1/codec-web/web/index.html')
-rw-r--r--bv1/codec-web/web/index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/bv1/codec-web/web/index.html b/bv1/codec-web/web/index.html
new file mode 100644
index 0000000..b572671
--- /dev/null
+++ b/bv1/codec-web/web/index.html
@@ -0,0 +1,14 @@
+<!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>