-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplay.html
35 lines (34 loc) · 1.44 KB
/
play.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>Lets Play</title>
<link rel="stylesheet" href="play.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil+Display:wght@100&display=swap" rel="stylesheet">
</head>
<body>
<p><h1>The participating Teams</h1></p>
<ul class="teams">
<li><button id="kkr"><a href="kolkata.html">Kolkata Knight Riders</a></li></button>
<li><button id="tt"><a href="tadoba_tigers.html">Tadoba Tigers</a></li></button>
<li><button id="kw"><a href="kalinga_warriors.html">Kalinga Warriors Odisha</a></li></button>
<li><button id="rcb"><a href="RCB.html">Royal Challengers Bengaluru</a></li>
</button>
<li><button id="gg"><a href="Gurgaon_Gladiators.html"> Gurgaon Gladiators</a></li></button>
</ul>
<button><a href="Auction_2021_Rules.pdf" target="_blank">Auction Rules </a></button>
</div>
</div>
<div class="pool">
<p>Player's Pool<p>
<button>
<a href="Pool Players.txt" target="_blank">Player List</a></button>
<p id="stats">Stats check</p>
<button><a href="https://www.iplt20.com">Stats</a></button>
</div>
</body>
</html>