1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width,initial-scale=1.0">
- <link rel="shortcut icon" href="<%= webpackConfig.output.publicPath %>favicon.ico">
- <title>D-Form Desinger</title>
- <meta name="description" content="A designer and generator of form base on Vue.js, make form development simple and efficient.">
- <script>
- window.dataLayer = window.dataLayer || [];
- function gtag(){dataLayer.push(arguments);}
- gtag('js', new Date());
-
- gtag('config', 'UA-145160307-3');
- </script>
- </head>
- <body>
- <div id="app"></div>
- <!-- built files will be auto injected -->
- <script>
- var _hmt = _hmt || [];
- (function() {
- var hm = document.createElement("script");
- hm.src = "https://hm.baidu.com/hm.js?8cde406621c307ce36787b94c2dac09b";
- var s = document.getElementsByTagName("script")[0];
- s.parentNode.insertBefore(hm, s);
- })();
- </script>
- <script src="lib/ace/ace.js"></script>
- </body>
- </html>
|