-
Notifications
You must be signed in to change notification settings - Fork 0
/
chat area.html
45 lines (41 loc) · 1.83 KB
/
chat area.html
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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, intial-sacle=1.0">
<title>
Tourist-guide-chatbot
</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;1,700&family=Roboto+Serif:ital,wght@0,100;1,200;1,300;1,500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@fortawesome/[email protected]/css/fontawesome.min.css">
</head>
<body>
<section class="sub-header">
<nav>
<a href="index.html"><img src="images/symbol.png" width="100px" height="100px" name="Tourist guide chatbot"></a>
<div class="nav-links" id="navlinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="chat area.html">Chat bot</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
<h1>Chat Bot</h1>
</section>
<section>
<div class="hi">
<h3>
Say Hello/Hi in Chat box to start conversation.
</h3>
</div>
<div class="img">
<iframe src="https://webchat.botframework.com/embed/tourist-guide-bot-bot?s=pouBkti_5eo.r2oi-MZKXq5j7WGxPESmMgoSi6q4VI-n5g8XpaePiE4" style="height: 502px; max-height: 502px;"></iframe>
<iframe src=";"></iframe>
</div>
</section>
</body>
</html>