index.html 630 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no"/>
  6. <script type="text/javascript" src = 'http://webapi.amap.com/maps?v=1.3&key=ea4228b685c663ac62af7da3a0702c97'></script>
  7. <title>vue</title>
  8. <style>
  9. html, body {
  10. height: 100%;
  11. width: 100%;
  12. overflow-x: hidden;
  13. font-size: 120%;
  14. }
  15. * {
  16. margin: 0;
  17. padding: 0;
  18. }
  19. a {
  20. text-decoration: initial;
  21. }
  22. </style>
  23. </head>
  24. <body>
  25. <div id="app"></div>
  26. <!-- built files will be auto injected -->
  27. </body>
  28. </html>