-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAdrianFlux.html
More file actions
50 lines (45 loc) · 1.33 KB
/
AdrianFlux.html
File metadata and controls
50 lines (45 loc) · 1.33 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
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Test OpenGI</title>
</head>
<body>
<header>
<h1>Welcome to My Test OpenGI Page</h1>
</header>
<main>
<p>This is a paragraph of content on the page.</p>
</main>
<footer>
<p>© 2024 Test OpenGI</p>
</footer>
<script>
window.openDialogSettings = {
assetsUrl: 'https://main.opendialog-webchat.pages.dev',
url: 'https://app.cloud.opengi.opendialog.app',
appKey: '1125899906842630|9prDRZpBXl0uDhbHE3KT56MzHCXBywYJbkf7VvFg5b6256fa',
user: {
custom: {
selected_scenario: 'OGI_AdrianFlux-Staging',
session_lifetime: 86400,
ogi_client_id_list: ["FE9308DF454A4FB99C84718EBBAAD2CA"]
}
},
customSettings: {
openCta: {
title: "Hello!👋 Chat with us!",
icon: "https://app.cloud.opengi.opendialog.app/images/cta-chat-open.svg",
borderRadius: "50px",
width: "280px",
height: "80px",
background: "#001abf",
},
},
};
</script>
<script src='https://app.cloud.opengi.opendialog.app/dist/nu-webchat-js'></script>
</body>
</html>