25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

33 lines
781 B

  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>