-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
64 lines (59 loc) · 1.6 KB
/
index.html
File metadata and controls
64 lines (59 loc) · 1.6 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="keywords"
content="ipl, ipl auction, auction price prediction, prediction, ipl app"
/>
<meta
name="description"
content="Predict the auction price of IPL cricketers."
/>
<meta property="og:site_name" content="IPL APP" />
<meta property="og:title" content="IPL APP" />
<meta property="og:type" content="website" />
<meta
property="og:description"
content="Predict the auction price of IPL cricketers."
/>
<meta
property="og:url"
content="https://harshkapadia2.github.io/ipl-app"
/>
<meta
property="og:image"
content="https://harshkapadia2.github.io/ipl-app/icon-512x512.png"
/>
<meta property="og:image:width" content="512" />
<meta property="og:image:height" content="512" />
<meta
property="twitter:image"
content="https://harshkapadia2.github.io/ipl-app/icon-512x512.png"
/>
<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=Montserrat:wght@400&display=swap"
rel="stylesheet"
/>
<link
rel="preconnect"
href="https://ipl-app-api.herokuapp.com"
crossorigin
/>
<link rel="dns-prefetch" href="https://ipl-app-api.herokuapp.com" />
<script>
document.addEventListener("DOMContentLoaded", () => {
fetch("https://ipl-app-api.herokuapp.com/ping");
});
</script>
<link
rel="shortcut icon"
href="%PUBLIC_URL%/favicon.ico"
type="image/x-icon"
/>
<title>IPL APP</title>
</head>
<body></body>
</html>