-
Notifications
You must be signed in to change notification settings - Fork 3
/
cricket.html
62 lines (58 loc) · 1.97 KB
/
cricket.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">
<title>NDTV | Cities</title>
<link rel="stylesheet" href="css/cricket.css">
</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>
<h1>CRICKET</h1>
<div id="container">
<div id="leftContent">
</div>
<div id="mainContent">
</div>
<div id="rightContent">
</div>
</div>
</body>
<script type="module" src="scripts/cricket.js"></script>
</html>