Live video on the AT Protocol
1<!doctype html>
2<html lang="%LANG_ISO_CODE%">
3 <head>
4 <meta charset="utf-8" />
5 <meta httpEquiv="X-UA-Compatible" content="IE=edge" />
6 <meta
7 name="viewport"
8 content="width=device-width, initial-scale=1, shrink-to-fit=no"
9 />
10 <link rel="icon" href="/favicon.ico" />
11 <title>Streamplace</title>
12 <style id="expo-reset">
13 html,
14 body {
15 height: 100%;
16 }
17 body {
18 overflow: hidden;
19 }
20 #root {
21 display: flex;
22 height: 100%;
23 flex: 1;
24 }
25 </style>
26 <style>
27 body {
28 background-color: black;
29 }
30 </style>
31 </head>
32
33 <body>
34 <noscript> You need to enable JavaScript to run this app. </noscript>
35 <div id="root"></div>
36 </body>
37</html>