Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

index.html 827 B

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  8. <title>LessPass</title>
  9. <style>
  10. div.center {
  11. max-width: 420px;
  12. display: block;
  13. margin-left: auto;
  14. margin-right: auto;
  15. }
  16. @media (min-width: 544px) {
  17. #lesspass {
  18. margin-top: 3em;
  19. }
  20. }
  21. </style>
  22. </head>
  23. <body>
  24. <noscript>
  25. <strong>We're sorry but LessPass doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  26. </noscript>
  27. <div class="center lesspass--full-width">
  28. <div id="lesspass"></div>
  29. </div>
  30. </body>
  31. </html>