-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathAIICE-Service2.html
More file actions
35 lines (34 loc) · 1008 Bytes
/
AIICE-Service2.html
File metadata and controls
35 lines (34 loc) · 1008 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Background Image Example</title>
<style>
/* Add your image URL as the background */
body {
background-image: url('aiice-service3.png');
background-size: contain;
background-repeat: no-repeat;
background-position: center center;
background-attachment: fixed;
}
</style>
</head>
<body>
<!-- Your page content goes here -->
<script>
sessionStorage.clear();
window.openDialogSettings = {
url: 'https://iceinsuretech.cloud.opendialog.ai',
appKey: '2251799814000000|h0m2nuQC1HUeoj8n5e9nyO8nmXvSv5AtYfMInUjId267889c',
user: {
custom: {
selected_scenario: '2251799814000000'
}
},
};
</script>
<script src='https://iceinsuretech.cloud.opendialog.ai/dist/nu-webchat-js'></script>
</body>
</html>