forked from SonicCloudOrg/sonic-client-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (26 loc) Β· 1.14 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!--
ββββ ββββ βββ ββ ββββββ ββββ
βββββββ ββββββ βββ ββ ββββββ βββββββ
βββ ββ ββ ββββ ββ ββ βββ
ββββββ ββ ββ ββ ββ ββ ββ ββ
βββ ββ ββ ββ ββββ ββ βββ
ββββββββ ββββββ ββ βββ ββββββ βββββββ
βββββ ββββ ββ βββ ββββββ ββββ
version: 1.3.1-release
author: SonicCloudOrg
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SonicδΊηζΊζ΅θ―εΉ³ε°</title>
</head>
<!-- provide WSAvcPlayer -->
<script type="text/javascript" src="./http-live-player.js">;</script>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>