-
Notifications
You must be signed in to change notification settings - Fork 0
/
diseases.html
97 lines (86 loc) · 3.62 KB
/
diseases.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
96
97
<!DOCTYPE html>
<html>
<head>
<title>MedicInfo | Diseases</title>
<link rel="stylesheet" type="text/css" href="diseasepage.css"/>
<link rel="stylesheet" type="text/css" href="header.css"/>
</head>
<body>
<div class="border"></div>
<div id="hints"></div>
<div class="medictab">
<img src="symbol.png" class="symbol"/>
<h3 style="font-family: 'Fjalla One', cursive;">MedicInfo<sup>©<sup><p>Saving Lives | Protecting People | Sharing Knowledge</p></h3>
<form action="#" method="GET" autocomplete="off">
<input type="text" name="search" style="font-family: 'Manrope'" placeholder="Search Diseases..." size="30"/>
<input type="submit" value="Search" />
</form>
</div>
<div class="navigation" id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li class="dropdown">
<a href="quiz.html" class="dropbtn">Quizzes</a>
<div class="dropctn">
<a href="diseasequiz.html">Quiz on Diseases</a>
<a href="medicinequiz.html">Quiz on Medicines</a>
</div>
</li>
<li class="dropdown">
<a href="disease.html" class="dropbtn active">Diseases</a>
<div class="dropctn">
<a href="adeno.html">Adenovirus Infection</a>
<a href="sleepsick.html">Sleeping Sickness</a>
<a href="arthritis.html">Arthritis</a>
<a href="disease.html">More...</a>
</div>
</li>
<li class="dropdown">
<a href="medicine.html" class="dropbtn">Medicines</a>
<div class="dropctn">
<a href="vitaminb12.html">Vitamin B12</a>
<a href="metform.html">Metformin</a>
<a href="analgesicss.html">Analgesics</a>
<a href="medicine.html">More...</a>
</div>
</li>
<li><a href="sympcheck.html">Symptom Checker</a></li>
<li><a href="about.html">About Us</a></li>
</ul>
</div>
<br/><br/><br/>
<div style="position: relative; max-width: 100%; top: 70px; z-index:-1; border: 1px solid #00243D; background-color: #CEE4FF;">
<p style="font-size: 30px; font-family: 'Droid Sans',sans-serif; text-decoration: underline; text-align: center; color: #070C34;">Diseases</p>
</div>
<div>
<ul class="vertNav">
<li><a href="Anemia.html" target="diseaseframe" class="1" id="linkactive">Anemia</a></li>
<li><a href="Diarrhea.html" target="diseaseframe" class="1">Diarrhea</a></li>
<li><a href="lungcancer.html" target="diseaseframe" class="1">Lung Cancer</a></li>
<li><a href="type2diabetes.html" target="diseaseframe" class="1">Type 2 Diabetes</a></li>
<li><a href="CAD.html" target="diseaseframe" class="1">Coronary Artery Disease</a></li>
<li><a href="Adenovirus.html" target="diseaseframe" class="1">Adenovirus Infection</a></li>
<li><a href="Sleepingsick.html" target="diseaseframe" class="1">Sleeping Sickness</a></li>
<li><a href="Arthritiss.html" target="diseaseframe" class="1">Arthritis</a></li>
<li><a href="stroke.html" target="diseaseframe" class="1">Stroke</a></li>
<li><a href="COPD.html" target="diseaseframe" style="border-bottom: none;" class="1">Chronic Obstructive Pulmonary Disease (COPD)</a></li>
</ul>
<iframe src="Anemia.html" name="diseaseframe" id="framecss">
<!-- Frame box -->
</iframe>
</div>
<br/><br/><br/><br/><br/><br/>
<br/><br/><br/><br/>
<div id="footer">
<p style="text-align: center; font-size: 11px;">Thank you for visiting</p>
<p style="text-align: center;"><b>MEDICINFO<sup>©</sup></b></p>
<p style="font-size: 11px; text-align: center;"><abbr title="1ac23456789@gmail.com">Contact Us</abbr> | Visit Again | Stay Healthy | <a href="#" style="font-size: 11px;">FeedBack</a></p>
<hr/>
<p id="credits">
<b>By : Abhishek Chandra</b>
</p>
</p>
</div>
<script src="bmi.js"></script>
</body>
</html>