restructured stuff
[henge/kiak.git] / host / host.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="UTF-8">
5 <title>Hello World!</title>
6 </head>
7 <body>
8 <h1>Click 'start' to begin screen sharing</h1>
9 <select id="streamList">
10 </select>
11 <button id="streams"> List of streams to choose from </button>
12 <video autoplay></video>
13
14 </body>
15
16 <script src="http://127.0.0.1:5140/admin.js"></script>
17
18 </html>