| 1234567891011121314151617181920212223242526 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta name="format-detection" content="telephone=no">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <title>光明乳业</title>
- <script type=text/javascript src=cordova.js></script>
- <style>
- html {
- font-size: 50px;
- }
- ::-webkit-scrollbar {
- display: none;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|