blob: 252c98e8cd6eb67f512780b6f6ad96a00ad5c1b0 [file] [log] [blame]
Jorge E. Moreiraa18ff1a2019-12-17 18:20:56 -08001<html>
2 <head>
Roger Ellisfd18f952020-01-08 16:31:33 -08003 <title>My Virtual Device Playground</title>
Jorge E. Moreiraa18ff1a2019-12-17 18:20:56 -08004
5 <link rel="stylesheet" type="text/css" href="style.css" >
6 </head>
7
8 <body>
9 <button id="receiveButton">Receive Media</button>
Jorge E. Moreiracfd08402020-01-13 18:36:33 -080010 <button id="keyboardCaptureBtn">Capture Keyboard</button>
Jorge E. Moreiraa18ff1a2019-12-17 18:20:56 -080011 <hr>
12 <section class="noscroll">
13 <div class="one" >
Roger Ellisfd18f952020-01-08 16:31:33 -080014 <video id="video" autoplay width="540" height="1080" style="touch-action:none" ></video>
Jorge E. Moreiraa18ff1a2019-12-17 18:20:56 -080015 </div>
16
17 <div class="two" >
18 <textarea id="logcat" rows="55" cols="120" readonly >
19 </textarea>
20 </div>
21 </section>
22
23 <script src="js/receive.js"></script>
24 <script src="js/logcat.js"></script>
25 </body>
26
27</html>
28