index.html 911 B

123456789101112131415161718192021222324
  1. <!DOCTYPE html>
  2. <html lang="">
  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,user-scalable=no,initial-scale=1.0,maximum-scale=1.0,minimum-scale=1.0">
  7. <meta name="apple-itunes-app" content="app-id=1503486606">
  8. <link rel="icon" href="<%= BASE_URL %>favicon.ico">
  9. <title>C Code Develop ChatBot</title>
  10. <script type="application/javascript">
  11. document.body.addEventListener("touchmove", bodyScroll, false)
  12. function bodyScroll(event) {
  13. event.preventDefault()
  14. }
  15. </script>
  16. </head>
  17. <body>
  18. <noscript>
  19. <strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  20. </noscript>
  21. <div id="app"></div>
  22. <!-- built files will be auto injected -->
  23. </body>
  24. </html>