-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.html
114 lines (110 loc) · 2.73 KB
/
details.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link
rel="shortcut icon"
type="image/x-icon"
href="http://hakim-said.com.pk/wp-content/uploads/2020/03/hakim-1.png"
/>
<title>Contents</title>
<style>
h1 {
margin-top: 0;
}
ul,
ol {
margin: 0;
}
p {
margin: 0;
}
html,
body {
font-family: "Open Sans", sans-serif;
background: rgb(255, 255, 255);
position: relative;
display: inline-block;
outline: none;
color: #8ca9b9;
text-decoration: none;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 500;
text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
font-size: 1em;
margin: 0.8em 1.3em;
text-align: center;
background-color: rgba(128, 128, 128, 0.047);
}
.link {
text-decoration: none;
color:blue;
}
.link:hover{
color: rgb(0, 0, 0);
}
</style>
</head>
<body>
<h1>CONTENTS</h1>
<a
class="link"
target="_blank"
href="/hjp_articals/8-11-article 1 final.pdf"
>In vitro antifungal activity of Ethanolic extract of Cocculus laurifolius
leaves</a
>
<p>Sidra Maqbool & Ishrat Younus</p>
<br />
<br />
<br />
<br />
<a
class="link"
target="_blank"
href="/hjp_articals/12-17-article 2 final.pdf"
>Anorexia Nervosa: Factors and Long-term Health Consequences
</a>
<p>Kiran Rafiq, Sheeraz Ali, Shagufta Nesar & Zafar Saied Saify</p>
<br />
<br />
<br />
<br />
<a
class="link"
target="_blank"
href="/hjp_articals/18-23 article 3 final.pdf"
>Retrospective evaluation of burden of Lung Cancer in different ethnic
groups and genders at Karachi, Pakistan</a
>
<p>
Sheikh Abdul Khaliq, Syed Baqir S. Naqvi, Anab Fatima & Maria Siddiqui
</p>
<br />
<br />
<br />
<br />
<a
class="link"
target="_blank"
href="/hjp_articals/24-28-article 4 Final.pdf"
>Adulteration of crude drugs available in the local market of Karachi</a
>
<p>Hina Sharif & Syed Waleed Ahmed Bokhari</p>
<br />
<br />
<br />
<br />
<a
class="link"
target="_blank"
href="/hjp_articals/29-37-article 5 Final.pdf"
>Preliminary studies on the Physical parameters of Orodispersible tablets
using Super disintegrants
</a>
<p>Muhammad Masood Ahmad, Tanveer A. Khan & Kasatkin Valery</p>
</body>
</html>