-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
72 lines (66 loc) · 2.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
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
65
66
67
68
69
70
71
72
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="author" content="Rahul Kumar" />
<meta name="contact" content="[email protected]" />
<meta name="keywords" content="" />
<meta
name="description"
content="Prayaas India is a reputed school situated in the heart of Isri Bazar away from any crowded place which provides a great platform for overall development of a child"
/>
<meta name="robots" content="index,follow" />
<meta name="theme-color" content="#419" />
<meta name="color-scheme" content="" />
<title>Prayaas India - An initiative by the students of BIT Sindri</title>
<style>
@font-face {
src: url("/fonts/Hubot-Sans.woff2") format("woff2");
font-family: "Hubot Sans";
font-weight: 300 900;
font-style: normal;
}
</style>
<!------------------ FAVICONS ------------------>
<link
rel="apple-touch-icon"
sizes="180x180"
href="/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon/favicon-32x32.png"
/>
<link
rel="shortcut icon"
type="image/x-icon"
href="/favicon/favicon.ico"
sizes="16x16"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon/favicon-16x16.png"
/>
<!-------------- Remix Icons CDN -------------->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css"
rel="stylesheet"
/>
<link
rel="preload"
as="image"
href="https://ik.imagekit.io/rahulbaran/tr:w-500/school-site/slider-images/durgamaa.jpg"
imagesrcset="https://ik.imagekit.io/rahulbaran/tr:w-500/school-site/slider-images/durgamaa.jpg 500w, https://ik.imagekit.io/rahulbaran/tr:w-800/school-site/slider-images/durgamaa.jpg 800w, https://ik.imagekit.io/rahulbaran/tr:w-1200/school-site/slider-images/durgamaa.jpg 1200w"
imagesizes="100vw"
/>
<script type="module" src="/src/main.jsx" defer></script>
</head>
<body>
<div id="root"></div>
</body>
</html>