blob: b5726712d64b0f146cdc4b497c17b817ac63bcb6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>
|