-
Notifications
You must be signed in to change notification settings - Fork 3
/
citiesPage.html
92 lines (75 loc) · 2.99 KB
/
citiesPage.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
<!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="Css/navbar.css">
<link rel="stylesheet" href="/CSS/citiesPage.css">
<title>Cities-News</title>
</head>
<body>
<div id="navbar">
<div>
<a href="index.html">NDTV</a>
<a href="">हिंदी समाचार</a>
<a href="">Bussiness</a>
<a href="movie.html">Movies</a>
<a href="cricket.html">Cricket</a>
<a href="">Tech</a>
<a href="">Food</a>
<a href="">Crypto</a>
<a href="web stories.html">Web Stories</a>
<a href="Education.html">Education</a>
<a href="">Auto</a>
<a href="">Swasth</a>
<a href="">Lifestyle</a>
<a href="">Health</a>
<a href="">Shopping</a>
<a href="">Art</a>
</div>
<div>
<a href="index.html"><img src="https://drop.ndtv.com/homepage/images/ndtvlogo23march.png" alt="NDTV"></a>
<a href="liveTv.html">Live tv</a>
<a href="ndtvLatest.html">latest</a>
<a href="covid.html">covid</a>
<a href="india.html">india</a>
<a href="index.html">opinion</a>
<a href="video.html">video</a>
<a href="citiesPage.html">cities</a>
<a href="/world.html">world</a>
<a href="offbeat.html">offbeat</a>
<a href="index.html">trends</a>
<a href="image.html">photos</a>
<a href="UserLogin.html">Sign in</a>
<a href="readLater.html">read later</a>
</div>
</div>
<div class="top">
<p>Home <span class="symbol">></span> <span>World News</span><span class="showName"></span></p>
<div id="filter">
<h1 class="heading">Cities</h1>
<select id="changeName">
<option value="">Select Your Option Here</option>
<option value="Agra News">Agra News</option>
<option value="Bengaluru News">Bengaluru News</option>
<option value="Chennai News">Chennai News</option>
<option value="Delhi News">Delhi News</option>
<option value="Goa News">Goa News</option>
<option value="Jammu News">Jammu News</option>
<option value="Hyderabad News">Hyderabad News</option>
</select>
</div>
<div id="container">
<div id="treadingNews">
<p>TRENDING</p>
</div>
<div id="midNews">
</div>
<div id="rightSideNews">
</div>
</body>
</div>
<!-- <script src="arrObjData.js"></script> -->
<script type="module" src='/scripts/citiesPage.js'></script>
</html>