garage_door_opener.html 642 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="garage_door_opener.css">
  5. <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
  6. <meta charset="UTF-8">
  7. <title>Garage Remote</title>
  8. </head>
  9. <body bgcolor="#777777">
  10. <link href='http://fonts.googleapis.com/css?family=Khand:700' rel='stylesheet' type='text/css'>
  11. <a href="garage_door_opener.lua?door=1" class="button">
  12. <span>Door 1</span>
  13. </a>
  14. <a href="garage_door_opener.lua?door=2" class="button">
  15. <span>Door 2</span>
  16. </a>
  17. </body>
  18. </html>