| 123456789101112131415161718192021222324252627282930313233343536 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
- <meta name="renderer" content="webkit" />
- <meta
- name="viewport"
- content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover"
- />
- <meta name="format-detection" content="telephone=no,email=no" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-touch-fullscreen" content="yes" />
- <link rel="icon" href="<%= BASE_URL %>favicon.ico" />
- <title><%= webpackConfig.name %></title>
- <script
- type="text/javascript"
- src="http://192.168.2.162/word/web-apps/apps/api/documents/api.js"
- ></script>
- <style>
- * {
- margin: 0;
- padding: 0;
- list-style: 0;
- -webkit-touch-callout: none;
- }
- html {
- touch-action: manipulation;
- }
- </style>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- </body>
- </html>
|