-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (30 loc) · 1.18 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
<!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>Asia Cup</title>
<link rel="stylesheet" href="asia_cup.css">
</head>
<body>
<img id="cup" src="https://www.geo.tv/assets/uploads/updates/2022-07-27/430145_116895_updates.jpg">
<h1>Team India Squad</h1>
<h2>For Asia Cup-2022</h2>
<img src="Players/rohit_sh.png" alt="rohit">
<img src="Players/kl.png" alt="rohit">
<img src="Players/Virat.png" alt="rohit">
<img src="Players/Dk.png" alt="rohit">
<img src="Players/pant.png" alt="rohit">
<img src="Players/sky.png" alt="rohit">
<img src="Players/hooda.png" alt="rohit">
<img src="Players/hardik.png" alt="rohit">
<img src="Players/jadeja.png" alt="rohit">
<img src="Players/bhuvi.png" alt="rohit">
<img src="Players/akshar.png" alt="rohit">
<img src="Players/avesh.png" alt="rohit">
<img src="Players/chahal.png" alt="rohit">
<img src="Players/arshdeep.png" alt="rohit">
<img src="Players/bisnoi.png" alt="rohit">
</body>
</html>