index.html 1.0 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
  6. <meta name="renderer" content="webkit" />
  7. <meta
  8. name="viewport"
  9. content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
  10. />
  11. <meta name="format-detection" content="telephone=no,email=no" />
  12. <meta name="apple-mobile-web-app-capable" content="yes" />
  13. <meta name="apple-touch-fullscreen" content="yes" />
  14. <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
  15. <title><%= webpackConfig.name %></title>
  16. <script
  17. type="text/javascript"
  18. src="http://192.168.2.162/word/web-apps/apps/api/documents/api.js"
  19. ></script>
  20. <style>
  21. * {
  22. margin: 0;
  23. padding: 0;
  24. list-style: 0;
  25. -webkit-touch-callout: none;
  26. }
  27. html {
  28. touch-action: manipulation;
  29. }
  30. </style>
  31. </head>
  32. <body>
  33. <div id="app"></div>
  34. <!-- built files will be auto injected -->
  35. </body>
  36. </html>