12345678910111213141516171819202122232425262728293031 |
- <!doctype html>
- <html lang="en">
- <head>
- <meta charset="UTF-8" />
- <link rel="icon" type="image/svg+xml" href="./logo.png" />
- <meta name="viewport" content="width=device-width, initial-scale=0.1" />
- <title>亿职赞</title>
- <style>
- body {
- margin: 0;
- padding: 0;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <script type="module" src="./src/main.js"></script>
- <script src="https://map.qq.com/api/gljs?v=1.exp&key=ZBABZ-ZWECU-UQTVV-4LYDR-COK3F-5SF75"></script>
- </body>
- <style>
- html {
- overflow: hidden;
- height: 100%;
- }
- body {
- overflow: auto;
- height: 100%;
- }
- </style>
- </html>
|