-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlivescore.html
313 lines (228 loc) · 13.4 KB
/
livescore.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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
<!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>livescore</title>
<link rel="stylesheet" href="./styles/livescore.css">
</head>
<body>
<div id="mm">
<div id="main">
<Div id="top">
<h3 class="h">Today</h3>
<h3 class="h">Upcoming</h3>
<h3 class="h">Result</h3>
</Div>
<div class="t"><h3 class="dd">Top Events</h3></div>
<div id="parent">
<div class="a">
<p class="time">Today,5:30pm</p>
<p class="s">5th match (D/N), Al Amerat, August 24, 2022,
Men's T20 Asia Cup Qualifier</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313100/313158.logo.png" alt="">
<h4>Kuwait</h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313100/313144.logo.png" alt="">
<h4>Singapure</h4></div>
<p class="tt">match start in 5 hrs 35 mins</p>
</div>
<div class="a">
<p class="time">RESULT</p>
<p class="s">Qualifier 1 (N), Bengaluru, August 23, 2022,
Maharaja T20 Trophy</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/343800/343852.png" alt="">
<h4>Bangaluru</h4>
<h4 class="run">227/3</h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/343800/343854.png" alt="">
<h4 id="grey">Gulbarga Mystics</h4>
<h4 id="grey" class="score">(18.2/20 ov, T:228) 183</h4></div>
<p class="tt">Blasters won by 44 runs</p>
</div>
</div>
<div id="parent">
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">Today,7:30pm</p>
<p class="s">16th Match, Lord's, August 24, 2022,
The Hundred Women's Competition</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313400/313482.logo.png" alt="">
<h4>London Sprint (women)</h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/163800/163839.jpg" alt="">
<h4>Welsh Fire (woman)</h4></div>
<p class="tt">match start in 3 hrs 24 mins</p>
</div>
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">Today,7:30pm</p>
<p class="s">1st Match, Basseterre, August 24, 2022,
The 6IXTY Women's Competition</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/325900/325974.png" alt="">
<h4>Barbados Royals Woman </h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313400/313485.logo.png" alt="">
<h4>Trinbago Knight Riders Women </h4></div>
<p class="tt">match start in 2 hrs 15 mins</p>
</div>
</div>
<div id="parent">
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">Tomotrow,12:30am</p>
<p class="s">2nd Match, Basseterre, August 24, 2022,
The 6IXTY Women's Competition</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313400/313482.logo.png" alt="">
<h4>London Sprint (women)</h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313100/313158.logo.png" alt="">
<h4>Welsh Fire (woman)</h4></div>
<p class="tt">match start in 16 hrs 24 mins</p>
</div>
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">Today,11:30pm</p>
<p class="s">2nd Test, Manchester, August 25 - 29, 2022,
South Africa tour of England</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313100/313114.logo.png" alt="">
<h4>England </h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313400/313485.logo.png" alt="">
<h4>Trinbago Knight Riders Women </h4></div>
<p class="tt">match start in 2 hrs 15 mins</p>
</div>
</div>
<div id="parent">
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">RESULT</p>
<p class="s">2nd ODI, Amstelveen, August 24, 2022,
Ireland Women tour of Netherlands</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/156800/156800.png" alt="">
<h4>Ireland Woman</h4>
</div>
<div class="lob"><img class="logo" id="grey" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313100/313136.logo.png" alt="">
<h4 id="grey">Netherland Woman</h4>
<h4 id="grey" class="score">(33.2/50 ov, T:338) 127</h4></div>
<p class="tt">Ire Woman won by 210 Runs</p>
</div>
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">Today,7:30pm</p>
<p class="s">1st Match, Basseterre, August 24, 2022,
The 6IXTY Women's Competition</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/163800/163845.jpg" alt="">
<h4>Derbyshire 2nd XI </h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/163800/163839.jpg" alt="">
<h4>Nottinghamshire 2nd XI </h4></div>
<p class="tt"></p>
</div>
</div>
<div id="parent">
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">Not covred live</p>
<p class="s">68th match, Canterbury, August 22 - 25, 2022,
Second Eleven Championship</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/313200/313269.logo.png" alt="">
<h4>Kent 2nd XI</h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/163800/163825.jpg" alt="">
<h4>Leicestershine 2nd XI</h4></div>
<p class="tt"></p>
</div>
<div class="a">
<div class="home"> <h4>Series home</h4></div>
<p class="time">Not coverd live</p>
<p class="s">68th match, Canterbury, August 22 - 25, 2022, Second Eleven Championship</p>
<div class="lob">
<img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/163800/163821.jpg" alt="">
<h4>Glamorgan 2nd XI </h4>
</div>
<div class="lob"><img class="logo" src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_square_w_160,q_50/lsci/db/PICTURES/CMS/163800/163833.jpg" alt="">
<h4>Gloucestershire 2nd XI </h4></div>
<p class="tt"></p>
</div>
</div>
<div id="ndparent">
<div> <img src="https://www.dailynewsnetwork.org/watch/blog/info/english/images/image_2020_11_02T11_58_13_706Z.png?v=1604383536" alt=""><h4>
Experts Say This Rs.2499 Smartwatch Is A Must For Seniors</h4></div>
<div> <img src="https://kettocdn.gumlet.io/media/campaignuploads/f3bf2f22493d7a43a74635926d4ca8b5a94c2443.jpg?w=700&dpr=1.5" alt=""><h4>
Experts Say This Rs.2499 Smartwatch Is A Must For Seniors
FitSense
|
Sponsored
"If My Mother Was Alive, She Would've Saved Me" - 8 Y/O Selvi</h4></div>
</div>
<div id="sin"
><img src="https://www.golfasia.sg/wp-content/uploads/2022/05/Golf_Asia_Gear_If_The_Shoe_Fits_4-e1652406685244.jpg" alt=""></div>
<div id="ndparent">
<div> <img src="https://i.dell.com/is/image/DellContent/content/dam/ss2/product-images/dell-client-products/notebooks/inspiron-notebooks/16-5620/media-gallery/notebook-inspiron-16-5620-2-in-1-gy-fpr-gallery-3.psd?qlt=90,0&op_usm=1.75,0.3,2,0&resMode=sharp&pscan=auto&fmt=png-alpha&hei=500" alt=""><h4>
New Inspiron 16 laptop</h4></div>
<div> <img src="https://res.cloudinary.com/dhqvlsb3l/image/upload/f_auto,fl_lossy,q_auto/signia_founders_india_horizon/fallback_desktop.jpg" alt=""><h4>
India: Why is everyone excited over these invisible hearing aids?</h4></div>
</div>
</div>
<div id="mainside"><div id="sidebar">
<div class="b"><h5 class="as">QUICK LINKS</h5></div>
<div><p class="q">Desktop Scoreboard</p>
<p class="w"> A mini Scoreboard that says with you and <br> updates all the current matches</p></div>
<p class="q">Series Archive</p>
<p class="q">International calendar</p>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/51100/51162.3.jpg" alt=""><h4>On This Day: India's first Test win in England</h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/344600/344603.png" alt=""><h4>Quote: who's saying what </h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/342200/342284.6.jpg" alt=""><h4>Photo feature: helmets </h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/344500/344554.6.jpg" alt=""><h4>The latest cricket photos </h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/151100/151163.3.jpg" alt=""><h4>The 'real value' of wickets: can anyone match McGrath?</h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/336000/336034.6.jpg" alt=""><h4>Who does it best in woman's cricket ?</h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/340500/340544.6.jpg" alt=""><h4>Photo feature: Stairs in cricket</h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/318700/318789.jpg" alt=""><h4>Records index: most runs, most wickets, and a lot more </h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/340200/340228.6.jpg" alt=""><h4>Temba bavuma : 'I understand I have the influence to make things batter around me'</h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/339900/339937.6.jpg" alt=""><h4>Ranking : who's leading in every formet</h3></div>
</div>
<div class="s1">
<div class="d1"> <img src="https://img1.hscicdn.com/image/upload/f_auto,t_ds_wide_w_640,q_50/lsci/db/PICTURES/CMS/222300/222305.11.jpg" alt=""><h4>Taufel: Can't solve odd grey area by replacing with technology'</h3></div>
</div>
</div>
</div>
</body>
</html>
<!-- <div id="sidebar">
<div class="b"><h5>QUICK LINKS</h5></div>
<div><p class="q">Desktop Scoreboard</p>
<p class="w"> A mini Scoreboard that says with you and <br> updates all the current matches</p></div>
<p class="q">Series Archive</p>
<p class="q">International calendar</p>
</div> -->