video.php 163 B

12345678910
  1. <html>
  2. <frameset cols="70%,30%">
  3. <frame src="./index.php?<?php echo $_SERVER['QUERY_STRING'];?>">
  4. <frame src="./webcam.html" name="webcam">
  5. </frameset>
  6. </html>