Você não pode selecionar mais de 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.

popup.html 781 B

8 anos atrás
8 anos atrás
8 anos atrás
1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>LessPass</title>
  6. <meta http-equiv=X-UA-Compatible content="IE=edge,chrome=1">
  7. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
  8. <link rel="stylesheet" href="dist/lesspass.min.css">
  9. <style>
  10. body {
  11. width: 430px;
  12. height: 490px;
  13. }
  14. .loading {
  15. width: 64px;
  16. margin: auto;
  17. position: absolute;
  18. top: 0;
  19. left: 0;
  20. bottom: 0;
  21. right: 0;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div id="lesspass">
  27. <img src="icons/loading.svg" alt="loading" class="loading">
  28. </div>
  29. <script src="dist/popup.js"></script>
  30. </body>
  31. </html>