Web based Jalousie control.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 rivejä
921 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Motor Control</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <!-- Bootstrap -->
  7. <link href="css/bootstrap.min.css" rel="stylesheet" media="screen">
  8. </head>
  9. <body>
  10. <script src="http://code.jquery.com/jquery.js"></script>
  11. <script src="js/bootstrap.min.js"></script>
  12. </script>
  13. <ul class="nav nav-tabs" role="tablist">
  14. <li class="active"> <a href="index.html" >Home </a></li>
  15. <li ><a href="mc.html" >Control </a></li>
  16. <li ><a href="info.html" >Info </a></li>
  17. </ul>
  18. <div class="jumbotron">
  19. <h1>Welcome!</h1>
  20. <p>Welcome to Raspberry Py Web control</p>
  21. <p><a class="btn btn-primary btn-lg" role="button">Control</a></p>
  22. </div>
  23. </body>
  24. </html>