-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (65 loc) · 2.41 KB
/
index.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
<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>Latest News, Breaking News Today - Bollywood, Cricket, Business, Politics - IndiaToday | IndiaToday</title>
<link rel="stylesheet" href="index.css">
<link rel="icon" href="./Images/titleIcon.ico">
</head>
<body>
<div id="mobilesidebar">
<ul>
<li>
<div class="user"><img src="./Images/icons/user.png" alt=""> <a href="">LOGIN</a></div>
</li>
<li class="user"><img src="./Images/icons/icons8-microphone-30.png" alt=""><input type="text"><img
src="./Images/icons/icons8-mobilesearch.svg" alt=""></li>
</ul>
</div>
<div id="head">
</div>
<div id="navbar">
</div>
<div id="topnews">
<div id="featurednewsdiv"></div>
<div id="topstoriesdiv">
<h2>TOP STORIES</h2>
</div>
<div id="advitisement&opinion">
<div id="Ads">
<p>Advertisement</p><img src="https://tpc.googlesyndication.com/simgad/17111841759593369487" alt="">
</div>
<div>
<div><button id="opsr"><img src="./Images/icons8-right-24.png" alt=""></button>
<button id="opsl"><img src="./Images/icons8-left-24.png" alt=""></button>
</div>
<label for="">OPINION</label>
<div id="opinions"></div>
</div>
</div>
</div>
<div id="specials">
<div>
<div><button id="vssr"><img src="./Images/icons8-right-24.png" alt=""></button>
<button id="vssl"><img src="./Images/icons8-left-24.png" alt=""></button>
</div>
<label for="">VISUAL STORIES</label>
<div id="visualstories">
</div>
</div>
<div>
<div><button id="tssr"><img src="./Images/icons8-right-24.png" alt=""></button>
<button id="tssl"><img src="./Images/icons8-left-24.png" alt=""></button>
</div>
<label for="">TODAY'S SPECIALS</label>
<div id="todaysspecials">
</div>
</div>
</div>
<div id="newscategories"></div>
<div id="feeds"></div>
<div id="footerContainer"></div>
</div>
</body>
</html>
<script type="module" src="index.js"></script>