-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (16 loc) · 735 Bytes
/
index.html
File metadata and controls
19 lines (16 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>PizzaBot</title>
</head>
<body>
<div class="chatbot" style="display: flex; align-items: center;justify-content: center;height: 100vh;">
<iframe allow="microphone;" width="450" height="600"
style="color:rgba(95, 125, 138,0.4);background-color: rgba(95, 125, 138,0.4);box-shadow: 0px 0px 90px 80px rgba(95, 125, 138,0.4); border: 2px solid rgba(95, 125, 138,0.2); border-radius: 10px; outline: none;"
src="https://console.dialogflow.com/api-client/demo/embedded/41352820-1e4a-4f73-a7db-d6fa2f7ffbe8">
</iframe>
</div>
</body>
</html>