remote.html 420 B

12345678910111213141516
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="button.css">
  5. <meta charset="UTF-8">
  6. <title>Garage Remote</title>
  7. </head>
  8. <body bgcolor="#777777">
  9. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  10. <a href="#" class="button">
  11. <span>¡Bienvenido!</span>
  12. </a>
  13. </body>
  14. </html>