-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (66 loc) · 2.23 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- <style>
body{
/* background-image: url('bg1.jpg'); */
background-color: rgb(1, 149, 175);
background-repeat: no-repeat;
background-attachment: fixed;
background-size: 100% 100%;
}</style>-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TeleMeds</title>
<link rel="stylesheet"href="front.css">
</head>
<body>
<big> <h1>TeleMeds</h1></big>
<p class="text"><font face="comic sans MS" size="7"><center><b>
"Good health and good sense are two of life's greatest blessings."
</b>
</p></font></center>
<div class="covid1">
<a href="co1.html"><img src="coban2.png" style="float:left" ></a>
</div>
<div class="covid2">
<a href="co2.html"><img src="coban4.png"style="float:right" ></a>
</div>
<p>
<br><br><br><br><br>
<u><font face="arial" size="7"><b>Category</b></u></font>
</p>
<div class="im1">
<a href="exercise.html"><img src="exer.png" style="height: 350px; width: 340px;"></a>
</div>
<div class="im2"><center>
<a href="yog.html"><img src="yog.png"style="height: 350px; width: 340px;"></a>
</center>
</div>
<div class="im3">
<a href="healthy.html"><img src="healthy.png" style="height: 350px; width: 340px;"></a>
</div>
<div class="im4">
<a href="ayur.html"><img src="ayurveda.png" style="height: 350px; width: 340px;"></a>
</div>
<div class="im5"><center>
<a href="eye.html"><img src="eye.png" style="height: 350px; width: 340px;"></a>
</div></center>
<!-- <div class="im6">
<a href="hair.html"><img src="hair.png" style="height: 350px; width: 340px;"></a> -->
<!-- </div> -->
<div class="im6">
<a href="hair.html"><img src="hair.png" style="height: 350px; width: 340px; float: right;"></a>
</div>
<div class="im7">
<a href="test.html"><img src="test.png" style="height: 350px; width: 340px;"></a>
</div>
<div class="im8"><center>
<a href="doctor.html"><img src="doctor.png" style="height: 350px; width: 340px;"></a>
</div></center>
<div class="im9">
<a href="any.html"><img src="any.png" style="height: 350px; width: 340px; float: right;"></a>
</div>
</body>
</html>