23 lines
545 B
HTML
23 lines
545 B
HTML
<html>
|
|
<body>
|
|
<h1>Chat</h1>
|
|
<script>
|
|
window.chatwootSettings = {"position":"right","type":"standard","launcherTitle":""};
|
|
(function(d,t) {
|
|
var BASE_URL="http://10.58.144.6:5000";
|
|
var g=d.createElement(t),s=d.getElementsByTagName(t)[0];
|
|
g.src=BASE_URL+"/sdk/js/sdk.js";
|
|
g.async = true;
|
|
s.parentNode.insertBefore(g,s);
|
|
g.onload=function(){
|
|
window.chatwootSDK.run({
|
|
websiteToken: "gochat-smoke-widget-token",
|
|
baseUrl: BASE_URL
|
|
})
|
|
}
|
|
})(document,"script");
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|