index_app.html 520 B

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="format-detection" content="telephone=no">
  6. <meta name="apple-mobile-web-app-capable" content="yes">
  7. <title>光明乳业</title>
  8. <script type=text/javascript src=cordova.js></script>
  9. <style>
  10. html {
  11. font-size: 50px;
  12. }
  13. ::-webkit-scrollbar {
  14. display: none;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <div id="app"></div>
  20. <!-- built files will be auto injected -->
  21. </body>
  22. </html>