-
Notifications
You must be signed in to change notification settings - Fork 3
/
world.html
79 lines (69 loc) · 2.49 KB
/
world.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
<!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="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100&family=Roboto+Flex:opsz,wght@8..144,200&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./Css/world.css">
<link rel="stylesheet" href="Css/navbar.css">
<!-- <link rel="stylesheet" href="./commonStyles.css"> -->
<title>world-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.html">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 > World News </p>
<h1 class="heading">World News</h1>
</div>
<div id="container">
<div id="box1">
<p>TRENDING</p>
<!-- append data2 -->
</div>
<div id="box2">
<!-- data Append -->
</div>
<div id="box3">
<!-- apped data3 -->
</div>
</body>
<script src='./scripts/world.js'></script>
</html>