index.html 1.5 KB

123456789101112131415161718192021222324252627282930313233
  1. <!DOCTYPE html>
  2. <html lang="en">
  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,maximum-scale=1">
  7. <link id="favicon" rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico"/>
  8. <script src="https://wchat.freshchat.com/js/widget.js"></script>
  9. <script type="text/javascript" src="https://s3.amazonaws.com/assets.freshdesk.com/widget/freshwidget.js"></script>
  10. <script type="text/javascript">
  11. window.addEventListener('init.freshwidget', function (e) {
  12. FreshWidget.init("", {"queryString": "&widgetType=popup", "backgroundImage": "/static/help-button.png", "utf8": "✓", "widgetType": "popup", "buttonType": "image", "buttonText": "Support", "buttonColor": "white", "buttonBg": "#006063", "alignment": "2", "offset": "145px", "formHeight": "500px", "url": "https://elkencs1.freshdesk.com"} );
  13. });
  14. //
  15. </script>
  16. <title><%= htmlWebpackPlugin.options.title %></title>
  17. </head>
  18. <body>
  19. <noscript>
  20. <strong>We're sorry but ibs-member-frontend-2 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
  21. </noscript>
  22. <div id="app"></div>
  23. <script>
  24. window.addEventListener('init.fcwidget', function (e) {
  25. window.fcWidget.init({
  26. token: "69fe8091-50d3-49ed-b8e4-947865e9a981",
  27. host: "https://wchat.freshchat.com"
  28. });
  29. })
  30. </script>
  31. <!-- built files will be auto injected -->
  32. </body>
  33. </html>