12345678910111213141516171819 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <title>RC Control</title>
- <meta name="description" content="RC Car Control">
- <meta name="author" content="Tankernn">
- <link rel="stylesheet" href="css/style.css">
- </head>
- <body>
- <img src="http://raspberrypi:8080/?action=stream" />
- <script src="http://code.jquery.com/jquery-3.2.1.min.js"></script>
- <script src="js/script.js"></script>
- </body>
- </html>
|