No Description

index.html 908B

1234567891011121314151617181920212223242526272829
  1. <html>
  2. <head>
  3. <title>react-mde</title>
  4. <meta http-equiv='X-UA-Compatible' content='IE=edge' />
  5. <meta name='viewport' content='width=device-width, initial-scale=1.0' />
  6. <script defer src="https://use.fontawesome.com/releases/v5.0.6/js/all.js"></script>
  7. </head>
  8. <body>
  9. <div>
  10. <div id="#app_container"></div>
  11. </div>
  12. <script src='bundle.js'></script>
  13. <script>
  14. (function (i, s, o, g, r, a, m) {
  15. i['GoogleAnalyticsObject'] = r; i[r] = i[r] || function () {
  16. (i[r].q = i[r].q || []).push(arguments)
  17. }, i[r].l = 1 * new Date(); a = s.createElement(o),
  18. m = s.getElementsByTagName(o)[0]; a.async = 1; a.src = g; m.parentNode.insertBefore(a, m)
  19. })(window, document, 'script', 'https://www.google-analytics.com/analytics.js', 'ga');
  20. ga('create', 'UA-89807105-1', 'auto');
  21. ga('send', 'pageview');
  22. </script>
  23. </body>
  24. </html>