-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathTigerlab.html
More file actions
37 lines (33 loc) · 1 KB
/
Tigerlab.html
File metadata and controls
37 lines (33 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html>
<head>
<title>OpenDialog.ai | Tiger Lab</title>
<link rel="stylesheet" type="text/css" href="amerDemo.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>
<body>
<div class="container">
<iframe id="webFrame" src="https://app-uat.i2go.io/dashboard"></iframe>
</div>
<script>
window.openDialogSettings = {
url: 'https://customer-office.cloud.opendialog.ai',
appKey: '26|Zsox0EZg0XwnMsGI8Em8ciV9J7R6NTOgVg9z5qNs',
user: {
custom: {
selected_scenario: '3252'
}
},
customSettings: {
openCta: {
title: "Hello!👋 Chat with us!",
icon: "https://customer-office.cloud.opendialog.ai/images/cta-chat-open.svg",
borderRadius: "50px",
width: "280px",
height: "80px",
background: "#001abf",
},
},
};
</script>
<script src='https://customer-office.cloud.opendialog.ai/dist/nu-webchat-js'></script>