design.html 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <link rel="shortcut icon" href="%PUBLIC_URL%/ioo.ico">
  6. <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no" />
  7. <meta name="theme-color" content="#000000">
  8. <link rel="manifest" href="%PUBLIC_URL%/manifest.json">
  9. <script src="https://as.alipayobjects.com/g/component/fastclick/1.0.6/fastclick.js"></script>
  10. <script>
  11. if ('addEventListener' in document) {
  12. document.addEventListener('DOMContentLoaded', function() {
  13. FastClick.attach(document.body);
  14. }, false);
  15. }
  16. if(!window.Promise) {
  17. document.writeln('<script src="https://as.alipayobjects.com/g/component/es6-promise/3.2.2/es6-promise.min.js"'+'>'+'<'+'/'+'script>');
  18. }
  19. </script>
  20. <title>Ioobot workbench design</title>
  21. </head>
  22. <body>
  23. <noscript>
  24. You need to enable JavaScript to run this app.
  25. </noscript>
  26. <div id="root" style="height: 100%"></div>
  27. </body>
  28. </html>