index.html 413 B

12345678910111213
  1. <html>
  2. <head>
  3. <title>Daveo (chat)</title>
  4. <link type="text/css" href="/style.css" rel="stylesheet"></link>
  5. <script src="/webrtc.io.js"></script>
  6. </head>
  7. <body onload="init()">
  8. <div id="videos">
  9. <video id="you" class="flip" autoplay width="263" height="200" style="position: absolute; left: 0px; bottom: 0px;"></video>
  10. </div>
  11. <script src="/script.js"></script>
  12. </body>
  13. </html>