feat: add WHEP control, WHEPStatus badge, Wild Dragon Logo components: index.html
This commit is contained in:
parent
e0b970a608
commit
a769333f41
1 changed files with 17 additions and 0 deletions
17
overlay/public/index.html
Normal file
17
overlay/public/index.html
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<link rel="icon" href="favicon.ico" />
|
||||
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
|
||||
<meta name="theme-color" content="#0d0e12" />
|
||||
<meta name="description" content="Wild Dragon — low-latency live video streaming dashboard" />
|
||||
<link rel="apple-touch-icon" href="logo192.png" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<title>Wild Dragon</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
<div id="root"></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue