A rewrite of the Raspberry Pi Garage Door Opener using Flask
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.

16 lines
503 B

  1. <html>
  2. <head>
  3. <title>Pi Garage Door Opener</title>
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <link href="static/bootstrap.min.css" rel="stylesheet" media="screen">
  6. <link href="static/styles.css" rel="stylesheet" media="screen">
  7. </head>
  8. <body>
  9. <div class="header">
  10. <a href="#" class="text">Pi Garage Door Opener</a>
  11. <div class="header-right">
  12. <a class="active" href="/logout">Logout</a>
  13. </div>
  14. </div>
  15. </body>
  16. </html>