|
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title>LessPass</title>
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
- />
- <link rel="stylesheet" href="dist/lesspass.min.css" />
- <style>
- body {
- width: 420px;
- overflow-x: hidden;
- overflow-y: auto;
- }
- </style>
- </head>
- <body>
- <div class="lesspass--unbordered lesspass--full-width">
- <div id="lesspass"></div>
- </div>
- <script src="popup.js"></script>
- </body>
- </html>
|