index.html 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width,initial-scale=1.0">
  7. <link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
  8. <title>D-Form Desinger</title>
  9. <meta name="description" content="A designer and generator of form base on Vue.js, make form development simple and efficient.">
  10. <script>
  11. window.dataLayer = window.dataLayer || [];
  12. function gtag(){dataLayer.push(arguments);}
  13. gtag('js', new Date());
  14. gtag('config', 'UA-145160307-3');
  15. </script>
  16. </head>
  17. <body>
  18. <div id="app"></div>
  19. <!-- built files will be auto injected -->
  20. <script>
  21. var _hmt = _hmt || [];
  22. (function() {
  23. var hm = document.createElement("script");
  24. hm.src = "https://hm.baidu.com/hm.js?8cde406621c307ce36787b94c2dac09b";
  25. var s = document.getElementsByTagName("script")[0];
  26. s.parentNode.insertBefore(hm, s);
  27. })();
  28. </script>
  29. <script src="lib/ace/ace.js"></script>
  30. </body>
  31. </html>