-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.23 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Medic-bot</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="logo.jpeg" class="logo">
<ul>
<li><a href="chat.html">Start chat</a></li>
<li><a href="index1.html">Sign in</a></li>
<li><a href="index2.html">Sign up</a></li>
<li><a href="#">About us</a></li>
<li><a href="#">Contact us</a></li>
</ul>
</div>
<div class="content">
<h1>THE MEDIC-BOT</h1>
<p>
An AI integrated chatbot that provides information concerning health
related issues such as <br>Cardiovascular diseases, kidney realted diseases,
HIV, Diabetes, Hepatitis A,B & C and Hypertension.
</p>
<div>
<li><a href="chat.html">
<button type="button"><span></span>START CHAT</button>
</a></li>
</div>
</div>
</div>
</body>
</html>