-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (51 loc) · 3.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description"
content="A simple tool to predict if your favourite team will qualify for the IPL 2024 playoffs or not." />
<meta name="keywords"
content="IPL, team qualification, predictor, playoffs, 2024, calculator, RCB, CSK, GT, LSG, KKR, PBKS, MI, SRH, DC, RR, ROYAL CHALLENGERS BENGALURU, Chennai Super Kings, Gujarat Titans, Lucknow Super Giants, Kolkata Knight Riders, Punjab Kings, Mumbai Indians, Sunrisers Hyderabad, Delhi Capitals, Rajasthan Royals" />
<meta name="author" content="Ayush Jain" />
<meta property="og:title" content="Will My Team Qualify?" />
<meta property="og:description"
content="A simple tool to predict if your favourite team will qualify for the IPL 2024 playoffs or not." />
<meta property="og:image" content="https://i.ibb.co/4sSJS3G/bb.png" />
<meta property="og:url" content="https://ipl-calculator-ayushjain01.vercel.app/">
<link rel="shortcut icon" type="image/png" href="/static/favicon.ico" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@AyushGanna" />
<meta name="twitter:title" content="Will My Team Qualify?" />
<meta property="twitter:description"
content="A simple tool to predict if your favourite team will qualify for the IPL 2024 playoffs or not." />
<meta name="twitter:image" content="https://i.ibb.co/4sSJS3G/bb.png" />
<meta property="description"
content="A simple tool to predict if your favourite team will qualify for the IPL 2024 playoffs or not." />
<script defer src="/_vercel/insights/script.js"></script>
<title>Will My Team Qualify?</title>
<link rel="stylesheet" href="styles/styles.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=DM+Sans&display=swap" rel="stylesheet">
</head>
<body>
<div class="body-container">
<div class="container">
<img src="static/Logo-Transparent.png" alt="Logo">
<div>
<h1>IPL 2024 Playoffs Calculator</h1>
<p>After a rollercoaster 2023 season, the IPL is back with another thrilling edition, and so is our tool to help you predict your team's chances of qualifying for this year's playoffs! 🏏✨ Even better now, with more accurate calculations and improved results. Let's dive into the excitement! 🎢🔥</p>
<p style = "font-size:100%; margin-top:-1%"></p>
</div>
</div>
<div class="button-container">
<a href="calculate.html" class="button">Calculate Chances</a>
<a href="predict.html" class="button">Predict on Your Own</a>
</div>
</div>
<footer>
<p>Check out my <a href="https://github.com/ayushjain01/IPL-Calculator">GitHub repository</a></p>
</footer>
</body>
</html>