silver2row

Prabakar and Control Robot

Sep 27th, 2019
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.16 KB | None | 0 0
  1. <!DOCTYPE html>                                                                
  2.    <head>                                                                      
  3.     <title>{{ title }}</title>                                                                                  
  4.     </head>                                                                    
  5.     <body>                                                                      
  6.     <div style="text-align:center">
  7.     <h1>Tele Control Robot</h1>
  8.     <img src=" http://192.168.2.42:8080/?action=stream" alt="Unable to get video feed" width="500" height="300">
  9.         <h1>                                                                    
  10.             <a href="/F" id="on" class="large_button">FORWARD</a>
  11.         <br><br>
  12.             <a href="/L" id="on" class="large_button">LEFT</a>        
  13.             <a href="/R" id="off" class="large_button">RIGHT</a>
  14.         <br><br>
  15.             <a href="/S" id="off" class="large_button">STOP</a>        
  16.         </h1>
  17.     </div>                                                                  
  18.     </body>                                                                    
  19. </html>
Add Comment
Please, Sign In to add comment