workmobile.html 1.3 KB

1234567891011121314151617181920212223242526
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  5. <link rel="stylesheet" type="text/css" href="css/style.css" charset="UTF-8" />
  6. <link rel="stylesheet" href="css/mBoxNotice.css" charset="UTF-8" />
  7. <link rel="stylesheet" href="css/mBoxTooltip.css" charset="UTF-8" />
  8. <!--<script src="res/framework/htmleditor/ckeditor451/ckeditor.js"></script>-->
  9. <script src="../o2_core/o2.js?v=2.0.0"></script>
  10. <script src="../o2_core/compatible.js?v=2.0.0"></script>
  11. <script src="js/workmobile.js?v=2.0.0"></script>
  12. <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport" />
  13. <meta content="yes" name="apple-mobile-web-app-capable" />
  14. <meta content="black" name="apple-mobile-web-app-status-bar-style" />
  15. <meta content="telephone=no" name="format-detection" />
  16. <title>WORK</title>
  17. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  18. </head>
  19. <body style="overflow: hidden; margin:0px;">
  20. <div style="-webkit-overflow-scrolling: touch; overflow: auto; height: 100%;">
  21. <div id="layout" style="overflow: hidden; -webkit-transform: translateZ(0); "></div>
  22. </div>
  23. </body>
  24. </html>