123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
- <script type="text/javascript" src = 'http://webapi.amap.com/maps?v=1.3&key=ea4228b685c663ac62af7da3a0702c97'></script>
- <title>vue</title>
- <style>
- html, body {
- height: 100%;
- width: 100%;
- overflow-x: hidden;
- font-size: 120%;
- }
- * {
- margin: 0;
- padding: 0;
- }
- a {
- text-decoration: initial;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|