Live video on the AT Protocol
at eli/multitesting 36 lines 727 B view raw
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 <title>Streamplace</title> 11 <style id="expo-reset"> 12 html, 13 body { 14 height: 100%; 15 } 16 body { 17 overflow: hidden; 18 } 19 #root { 20 display: flex; 21 height: 100%; 22 flex: 1; 23 } 24 </style> 25 <style> 26 body { 27 background-color: black; 28 } 29 </style> 30 </head> 31 32 <body> 33 <noscript> You need to enable JavaScript to run this app. </noscript> 34 <div id="root"></div> 35 </body> 36</html>