No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <title>LessPass</title>
- <style>
- div.center {
- max-width: 420px;
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
-
- @media (min-width: 544px) {
- #lesspass {
- margin-top: 3em;
- }
- }
- </style>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but LessPass doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div class="center lesspass--full-width">
- <div id="lesspass"></div>
- </div>
- </body>
- </html>
|