-
Notifications
You must be signed in to change notification settings - Fork 1
/
health-and-wellness-Artical.html
112 lines (90 loc) · 3.28 KB
/
health-and-wellness-Artical.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
<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">
<title>Swollen Uvula: Causes, Symptoms, & 8 Home Remedies To Manage/title</title>
<link rel="stylesheet" href="./health-and-wellness.css">
<link rel="stylesheet" href="./health-and-wellness.-Artical.css">
<!-- head part include -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@300;600&family=Poppins:wght@200;300;400;500;700&display=swap"
rel="stylesheet"
/>
<script
src="https://kit.fontawesome.com/34483ec9ab.js"
crossorigin="anonymous"
></script>
<link
rel="stylesheet"
href="./HeaderNFooter/InnersiteNav/components/innerNav.css"
/>
<link
rel="stylesheet"
href="./HeaderNFooter/HomepageNav/Components/footer.css"
/>
</head>
<body>
<!-- create A Navabar -->
<!-- <div id="navbar">
<img id="logo-img" src="https://cdn2.stylecraze.com/wp-content/uploads/static-content/logos/sc-logo.png" alt="">
</div> -->
<div id="header"></div>
<!-- Link to home page -->
<!-- Create a Div Which append and show Img and other below navabar -->
<div id="link-home-page">
<p>
<a href="index.html" target="_blank">Home</a> »
<a href="health-and-wellness.html"target="_blank">Health and Wellness</a> >>
<a href="">Health Conditions and Diseases</a>
</p>
</div>
<div id="below-navbar-dispaly">
<!-- Create A Div inside Link of home page -->
<div id="below-navbar-left-side">
<div id="heading-section"></div>
<id id="below-heading"></id>
<div id="iframe-first">
<iframe width="740" height="455" src="https://www.youtube.com/embed/mZuNhzqiNxY"
title="Everything about us | Masai School"
frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<h2>In This Article</h2>
<div id="li-links">
</div>
<div id="ans-of-links"></div>
<div id="ans1-of-links"></div>
<div id="frm">
<iframe width="740" height="455" src="https://www.youtube.com/embed/PVrMzekLivQ"
title="Have a swollen uvula? What are the symptoms of uvulitis and what do they mean for your health?"
frameborder="0" allow="accelerometer; autoplay; clipboard-write;
encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div id="li-item"></div>
</div>
<div id="below-navbar-right-side">
<div id="ads1"></div>
<h2>MOST POPULAR</h2>
<div id="popular_cat"></div>
<h2>RELATED ARICALS</h2>
<div id="articals"></div>
<div id="ad2"></div>
<h2>Avertisement</h2>
<div id="ad3"></div>
<h2>Avertisement</h2>
<div id="ad4"></div>
<!-- <h2>Avertisement</h2> -->
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./health-and-wellness-Artical.js" type="module"></script>