Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

popup.html 764 B

8 lat temu
8 lat temu
8 lat temu
12345678910111213141516171819202122232425262728293031323334
  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: 420px;
  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 class="lesspass--unbordered lesspass--full-width">
  27. <div id="lesspass">
  28. <img src="icons/loading.svg" alt="loading" class="loading">
  29. </div>
  30. </div>
  31. <script src="dist/popup.js"></script>
  32. </body>
  33. </html>