-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
71 lines (67 loc) · 2.52 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
src="https://kit.fontawesome.com/b831735088.js"
crossorigin="anonymous"
></script>
<link rel="icon" href="./src/assets/logo.ico" />
<!-- linking fonts -->
<!-- satoshi -->
<script src="http://localhost:8097"></script>
<link
href="https://api.fontshare.com/v2/css?f[]=satoshi@1,900,700,500,301,701,300,501,401,901,400,2&display=swap"
rel="stylesheet"
/>
<link
href="https://api.fontshare.com/v2/css?f[]=clash-display@700&display=swap"
rel="stylesheet"
/>
<!-- more stuff linked -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/4.3.5/js/swiper.min.js"></script>
<!-- <link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" /> -->
<!-- Primary Meta Tags -->
<title>Taqneeq Fest 16.0</title>
<meta name="title" content="Taqneeq Fest" />
<meta
name="description"
content="NMIMS MPSTME Offical Tech Fest | Over the years, Taqneeq has turned out to be an exceptional tech fest and has illuminated each & every aspect of Technology"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://taqneeqfest.com/" />
<meta property="og:title" content="Taqneeq Fest" />
<meta
property="og:description"
content="NMIMS MPSTME Offical Tech Fest | Over the years, Taqneeq has turned out to be an exceptional tech fest and has illuminated each & every aspect of Technology"
/>
<meta
property="og:image"
content="https://seo-tq.s3.eu-north-1.amazonaws.com/logo.png"
/>
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://taqneeqfest.com/" />
<meta property="twitter:title" content="Taqneeq Fest" />
<meta
property="twitter:description"
content="NMIMS MPSTME Offical Tech Fest | Over the years, Taqneeq has turned out to be an exceptional tech fest and has illuminated each & every aspect of Technology"
/>
<meta
property="twitter:image"
content="https://seo-tq.s3.eu-north-1.amazonaws.com/logo.png"
/>
<!-- Meta Tags Generated with https://metatags.io -->
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>