-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCelebrity-news-artical.html
114 lines (104 loc) · 3.54 KB
/
Celebrity-news-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
113
114
<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>21 Minimalist And Small Tattoo Designs With Meanings</title>
<link rel="stylesheet" href="./health-and-wellness.css" />
<link rel="stylesheet" href="./health-and-wellness.-Artical.css" />
<!-- header -->
<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="header">
<!-- <img
id="logo-img"
src="https://cdn2.stylecraze.com/wp-content/uploads/static-content/logos/sc-logo.png"
alt=""
/> -->
</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">Home</a> »
<a href="">Tattoos</a>
<!-- <a href="">Health Conditions and Diseases</a> -->
</p>
<!-- Home » Tattoos -->
</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">
<h2>Avertisement</h2>
<iframe
width="700"
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>
<h2>Avertisement</h2>
<div id="frm">
<iframe
width="700"
height="500"
src="https://www.youtube.com/embed/Axvv6Xgctsw"
title="Masai School - How to learn coding feat. @Sahil Shah"
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>
<duv id="ad2"></duv>
<h2>Avertisement</h2>
<duv id="ad3"></duv>
<h2>Avertisement</h2>
<duv id="ad4"></duv>
<!-- <h2>Avertisement</h2> -->
</div>
</div>
<div id="footer"></div>
</body>
</html>
<script src="./Celebrity-news-artical.js" type="module"></script>