index.html 433 B

12345678910111213141516171819
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>RC Control</title>
  6. <meta name="description" content="RC Car Control">
  7. <meta name="author" content="Tankernn">
  8. <link rel="stylesheet" href="css/style.css">
  9. </head>
  10. <body>
  11. <img src="http://raspberrypi:8080/?action=stream" />
  12. <script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
  13. <script src="js/script.js"></script>
  14. </body>
  15. </html>