-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHome3.html
95 lines (85 loc) · 3.56 KB
/
Home3.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Way to Project Nhp</title>
<link rel="stylesheet" href="Style Home3.css">
</head>
<body>
<header>
<img src="C:\Users\Ashish\OneDrive\nhp.jpg" width="350" alt="loading">
<h1>NATIONAL HEALTH PORTAL (India)</h1>
<h5>India's one point HEALTH register</h5>
</header>
<nav>
<ul>
<li><a href="Home2.html">Home</a></li>
<li><a href="#">Doctors</a></li>
<li class="has-submenu"><a href="#">Existing Users</a>
<ul class="has-submenu">
<li><a href="Log in.html">Log in here</a></li>
<li><a href="Add EHR.html">Add Electronic Health Records</a></li>
<li><a href="Chat Support.html">Chat Support</a></li>
<li><a href="Consult Doctor.html">Consult Health Practitioner</a></li>
<li><a href="Book Appointment.html">Book Online Appointment</a></li>
<li><a href="Order Medicines.html">Order Medicines</a></li>
</ul>
</li>
<li><a href="#">Pharmaceuticals</a></li>
</ul>
</nav>
<hr>
<main>
<section id="add-records">
<h2>Add Electronic Health Records</h2>
<p><a href="Add EHR.html">Add Electronic Health Records Here</a></p>
<p><a href="Log in.html">Log in here</a></p>
<p><a href="New Users.html">New Users register here</a></p>
<p><a href="Complete Registration.html"></a></p>
</section>
<section id="appointments">
<h2>Appointments and Support</h2>
<p><a href="Book Appointment.html">Book Online Appointment</a></p>
<p><a href="Chat Support.html">Get Chat Support</a></p>
<p><a href="Consult Doctor.html">Consult Health Practitioner</a></p>
</section>
<section id="medicines">
<h2>Medicines</h2>
<p><a href="Order Medicines.html">Order Medicines from Here</a></p>
</section>
<section id="schemes">
<h2>Government Health Schemes</h2>
<p><a href="Govt. Schemes.html">Government Health Schemes</a></p>
</section>
<section id="news">
<h2>Health News</h2>
<p><a href="https://www.patrika.com/health-news/" target="_blank">Patrika's Health News collection</a></p>
</section>
<section id="founder">
<h2>Website Founder</h2>
<img src="C:\Users\Ashish\OneDrive\Desktop\Woof.jpg" width="100" alt="loading">
<p>Ashish Tetarwal</p>
<p>Mail: <a href="andashishwill@gmail.com" target="_blank">andashishwill@gmail.com</a></p>
</section>
<section id="footer">
<h2>Social media handles</h2>
<p><b><a href="Privacy Policy.html">Our Privacy Policy</a></b></p>
<br>
<p>
<b>Nhp <a href="index.html">version 5</a></b>
<br>
<b>Nhp <a href="Home4.html">version 4</a></b>
<br>
<b>Nhp <a href="Home3.html">version 3</a></b>
<br>
<b>Nhp <a href="Home2.html">version 2</a></b>
<br>
<b>Nhp <a href="Home.html">version 1</a></b>
<br>
<a href="C:\Users\Ashish\OneDrive\Documents\VSCODE\WebDev">parental directory</a>
</p>
</section>
</main>
</body>
</html>