-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
58 lines (57 loc) · 2.15 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/svg+xml" href="https://wallpaperaccess.in/public/uploads/preview/tata-ipl-2022-logo-png-images-z.png">
<link rel="stylesheet" href="styles.css">
<title>Live IPL 2024 Streaming</title>
</head>
<body>
<div class="container">
<div class="card">
<div class="box">
<div class="content">
<h2>Last</h2>
<div style="display: flex; align-items: center;">
<img src="logos/DC.png" alt="Team 1" style="width: 100px; height: auto;">
<h3 style="margin: 0;">vs</h3>
<img src="logos/RR.png" alt="Team 2" style="width: 100px; height: auto;">
</div>
<p><b>7 May 2024</b><br>Arun Jaitley Stadium, Delhi</p>
<a href="live/index.html">Highlights</a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<div class="content">
<h2>Live</h2>
<div style="display: flex; align-items: center;">
<img src="logos/SRH.png" alt="Team 1" style="width: 100px; height: auto;">
<h3 style="margin: 0;">vs</h3>
<img src="logos/LSG.png" alt="Team 2" style="width: 100px; height: auto;">
</div>
<p><b>8 MAY 2024</b><br>Rajiv Gandhi International Stadium, Hyderabad</p>
<a href="live/index.html">Watch Live</a>
</div>
</div>
</div>
<div class="card">
<div class="box">
<div class="content">
<h2>Next</h2>
<div style="display: flex; align-items: center;">
<img src="logos/PBKS.png" alt="Team 1" style="width: 100px; height: auto;">
<h3 style="margin: 0;">vs</h3>
<img src="logos/RCB.png" alt="Team 2" style="width: 100px; height: auto;">
</div>
<p><b>9 MAY 2024</b><br>HPCA Stadium, Dharamsala</p>
<a href="live/index.html">Stay Tuned</a>
</div>
</div>
</div>
</div>
<script src="script.js"></script>
</body>
</html>