You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

27 line
645 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
  8. name="viewport"
  9. content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
  10. />
  11. <link rel="stylesheet" href="dist/lesspass.min.css" />
  12. <style>
  13. body {
  14. width: 420px;
  15. overflow-x: hidden;
  16. overflow-y: auto;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <div class="lesspass--unbordered lesspass--full-width">
  22. <div id="lesspass"></div>
  23. </div>
  24. <script src="popup.js"></script>
  25. </body>
  26. </html>