-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchatbot.html
More file actions
47 lines (42 loc) · 1.98 KB
/
chatbot.html
File metadata and controls
47 lines (42 loc) · 1.98 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- <link rel="icon" type="image/x-icon" href="images/logo.png"> -->
<link rel = "icon" href ="images/logo.png" type = "image/x-icon">
<title>Mediserve- India ki apni Pharmacy</title>
<link rel="stylesheet" href="style.css" />
<script src="https://kit.fontawesome.com/86b20e3fb3.js" crossorigin="anonymous"></script>
<!-- for box Icons -->
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<title>ChatBot</title>
</head>
<body>
<header>
<nav>
<img src="images/logo2.png" alt="logo class" class="logoimg"/>
<div class="search_box">
<select id="delivery">
<option value="" >Deliver to <strong>110008</strong></option>
<option value="" >Bangalore</option>
<option value="" >New Delhi</option>
<option value="">Pune</option>
<option value="" >kolkata</option>
</select>
<input type="search" placeholder="Search for Medicine & wellness Products">
</div>
<ol>
<li><a href="Login.html"><i class="fa-solid fa-circle-user" ></i> Hello, Login</a></li>
<li><a href="chatbot.html"><i class="bx bxs-bot bx-flip-horizontal"></i> ChatBot</a></li>
<li><a href="index.html" id="cart-icon"><i class="bx bxs-home-alt-2" ></i> Home</a></li>
</ol>
<!-- Cart -->
</nav>
</header>
<iframe src='https://webchat.botframework.com/embed/MediBotServices-bot?s=DGk4bM8ztvQ.AQaz_5oLCqaHn-4HXobKlk3bsskmmtYnN6l4cKcmemg' style='min-width: 400px; width: 100%; min-height: 500px;'></iframe>
<script>
window.alert("Scroll down for chat with the Chat-Bot");
</script>
</body>
</html>