| 123456789101112131415161718192021222324252627282930313233 |
- <!DOCTYPE html>
- <html lang="en">
- <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,maximum-scale=1">
- <link id="favicon" rel="shortcut icon" type="image/x-icon" href="/static/favicon.ico"/>
- <script src="https://wchat.freshchat.com/js/widget.js"></script>
- <script type="text/javascript" src="https://s3.amazonaws.com/assets.freshdesk.com/widget/freshwidget.js"></script>
- <script type="text/javascript">
- window.addEventListener('init.freshwidget', function (e) {
- 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"} );
- });
- //
- </script>
- <title><%= htmlWebpackPlugin.options.title %></title>
- </head>
- <body>
- <noscript>
- <strong>We're sorry but ibs-member-frontend-2 doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
- </noscript>
- <div id="app"></div>
- <script>
- window.addEventListener('init.fcwidget', function (e) {
- window.fcWidget.init({
- token: "69fe8091-50d3-49ed-b8e4-947865e9a981",
- host: "https://wchat.freshchat.com"
- });
- })
- </script>
- <!-- built files will be auto injected -->
- </body>
- </html>
|