-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeat.html
62 lines (42 loc) · 1.66 KB
/
feat.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
<!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="stylesheet" href="./style/feat.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./style/index.css">
<link rel="stylesheet" href="./style/nav_css.css">
<title>World News</title>
</head>
<body>
<div id="headerSec"></div>
<div style="width: 80%;margin: auto;margin-top: 20px;">
<img id="ads" style="width: 100%" src="./image/A.jpeg" alt="">
</div>
<!-- *************************** -->
<div id="below_inputbar">
<p>Features | </p>
<p id="mhome">Feature home</p>
<p id="mwriter">Writers</p>
<p id="mmonthly">The Cricket Monthly</p>
<p id="mgalleries">Photo Galleries</p>
</div>
<div id="topadd">
<img src="https://tpc.googlesyndication.com/simgad/10994949654465411539?" alt="err">
</div>
<div id="total_container">
<div id="actualnews">
<div> <h1> Features </h1></div>
<div id="news_container"> </div>
</div>
<div id="side">
<div> <h3> Most Read </h3></div>
<div id="sidebar"> </div>
</div>
</div>
</body>
</html>
<script type="module" src="./index.js"></script>
<script src="./js/feat.js"> </script>