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.

popup.html 531 B

8 years ago
8 years ago
8 years ago
1234567891011121314151617181920
  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: 560px;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <div id="lesspass"></div>
  17. <script src="dist/lesspass.js"></script>
  18. <script src="dist/popup.js"></script>
  19. </body>
  20. </html>