-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathxx.html
More file actions
29 lines (24 loc) · 716 Bytes
/
xx.html
File metadata and controls
29 lines (24 loc) · 716 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<script>
window.dinChatbotConfig = {
token: '4vdiUIU1cOZFXQwQ',
api: 'https://bnb-reiki.web3go.xyz/aiweb'
}
</script>
<script src="https://bnb-reiki.web3go.xyz/aiweb/embed.js" id="4vdiUIU1cOZFXQwQ" defer>
</script>
<div>
<iframe src="https://bnb-reiki.web3go.xyz/aiweb/chatbot/4vdiUIU1cOZFXQwQ"
style="width: 100%; height: 100%; min-height: 700px" frameborder="0" allow="microphone">
</iframe>
</iframe>
</div>
</body>
</html>