-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcovid.html
55 lines (53 loc) · 2.74 KB
/
covid.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>Covid</title>
<link rel="stylesheet" href="./style/news.css">
</head>
<body>
<div id="newsnav">
<a href="./news.html"><h4>News</h4></a>
<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/15514030872018573324?" alt="">
<div id="mmdiv">
<div id="mainnews">
<div>
<h1>Covid-19</h1>
<p>The Covid-19 pandemic hit sport in March 2020, forcing games to be played behind closed doors, and then getting cricket called off altogether. The PSL was suspended before the semi-finals, and all cricket ground to a halt. The men's T20 World Cup was postponed to 2021, the IPL to later in the year, and the launch of the Hundred deferred to 2021. International cricket only returned in July, when West Indies played in England in a biosecure bubble. In 2021, the PSL was hit by Covid again and its second half postponed.</p>
</div>
</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/covid.js"></script>