index.php 239 B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>VIOSCOPE</title>
  5. </head>
  6. <body>
  7. <form method="get" action="search" name="search">
  8. Search: <input type="text" name="q" value="" placeholder="Search for a video or channel"/>
  9. </form>
  10. </body>
  11. </html>