|
- <!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;
- height: 460px;
- }
-
- .loading {
- width: 64px;
- margin: auto;
- position: absolute;
- top: 0;
- left: 0;
- bottom: 0;
- right: 0;
- }
- </style>
- </head>
- <body>
- <div class="lesspass--unbordered lesspass--full-width">
- <div id="lesspass">
- <img src="icons/loading.svg" alt="loading" class="loading">
- </div>
- </div>
- <script src="dist/popup.js"></script>
- </body>
- </html>
|