-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
55 lines (50 loc) · 2.17 KB
/
news.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
<!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>News</title>
<link rel="stylesheet" href="./style/news.css">
</head>
<body>
<div id="newsnav">
<h4>News</h4>
<h4>Rss Index</h4>
<a href="./covid.html"><h4>Covid 19</h4></a>
<h4>Ball-Tempering</h4>
<h4>Technology in Cricket</h4>
</div>
<img id="mimg" src="https://tpc.googlesyndication.com/simgad/10926761020657163993?" alt="">
<div id="mmdiv">
<div id="mainnews">
<h2>Latest News</h2>
</div>
<div id ="mdiv">
<div class="sdiv">
<h5>Most Read</h5>
</div>
<div class="sdiv">
<div><img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_80/lsci/db/PICTURES/CMS/344300/344383.square.jpg" alt=""></div>
<div><h6>Kohli's slump: two factors that might have had a role to play</h6></div>
</div>
<div class="sdiv">
<div><img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_80/lsci/db/PICTURES/CMS/290700/290789.10.jpg" alt=""></div>
<div><h6>Wasim Akram: Pakistan believe they can 'compete against India day-in and day-out'</h6></div>
</div>
<div class="sdiv">
<div><img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_80/lsci/db/PICTURES/CMS/344600/344652.10.jpg" alt=""></div>
<div><h6>Dravid tests positive for Covid-19, to delay travel to UAE for Asia Cup</h6></div>
</div>
<div class="sdiv">
<div><img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_80/lsci/db/PICTURES/CMS/344400/344422.10.jpg" alt=""></div>
<div><h6>How many bowlers have taken 100 Test wickets or more at a single venue?</h6></div>
</div>
<div class="sdiv">
<div><img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_80/lsci/db/PICTURES/CMS/344500/344562.square.jpg" alt=""></div>
<div><h6>Ben Stokes on his new documentary: 'I said, I want everything in there - the good and the not-such-good stuff'</h6></div>
</div>
</div>
</body>
</html>
<script src="./js/news.js"></script>