-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
130 lines (122 loc) · 4.68 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Tags -->
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/images/diamond.ico" />
<title>Hack a Tank | A National Level Hackathon | Home</title>
<meta
name="description"
content="Join us for 'Hack a Tank,' a prestigious national-level 24-hour hackathon organized as part of the grand celebration of the 25th anniversary of SRM Valliammai Engineering College. Register now to showcase your skills, compete for exciting prizes, and be a part of this remarkable event in the world of engineering and technology."
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<!-- Open Graph Tags -->
<meta
property="og:title"
content="Hack a Tank | A National Level Hackathon | Home"
/>
<meta
property="og:description"
content="Join us for 'Hack a Tank,' a prestigious national-level 24-hour hackathon organized as part of the grand celebration of the 25th anniversary of SRM Valliammai Engineering College. Register now to showcase your skills, compete for exciting prizes, and be a part of this remarkable event in the world of engineering and technology."
/>
<meta
property="og:image"
content="https://www.hackatank.tech/images/diamond.jpg"
/>
<meta property="og:url" content="https://www.hackatank.tech/" />
<meta property="og:type" content="website" />
<!-- Open Graph Tags - Whatsapp-->
<meta
property="og:image"
content="https://www.hackatank.tech/images/diamond.jpg"
/>
<meta
property="og:image:secure_url"
content="https://www.hackatank.tech/images/diamond.jpg"
/>
<meta property="og:image:type" content="image/jpg" />
<meta property="og:image:width" content="400" />
<meta property="og:image:height" content="400" />
<!-- Twitter Tags -->
<meta
property="twitter:title"
content="Hack a Tank | A National Level Hackathon | Home"
/>
<meta
property="twitter:description"
content="Join us for 'Hack a Tank,' a prestigious national-level 24-hour hackathon organized as part of the grand celebration of the 25th anniversary of SRM Valliammai Engineering College. Immerse yourself in a dynamic coding competition where innovation knows no bounds. Explore challenges, brainstorm ideas, and collaborate with fellow tech enthusiasts to develop groundbreaking solutions. Register now to showcase your skills, compete for exciting prizes, and be a part of this remarkable event in the world of engineering and technology."
/>
<meta
property="twitter:image"
content="https://www.hackatank.tech/images/diamond.jpg"
/>
<!-- Additional Tags -->
<meta
name="keywords"
content="SRMVEC, Hackathon, SRM Valliammai Engineering College, Hack A Tank, Hack Tank, Hack A Tank Hackathon, Srmvec hackathon"
/>
<meta name="name" content="Hackathon" />
<!--Verification Tags-->
<meta name="yandex-verification" content="2e634645f2ca69b0" />
<script
async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-9181067698689655"
crossorigin="anonymous"
></script>
</head>
<!--Google Analytics-->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-K6F7N5MR4K"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-K6F7N5MR4K");
</script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (m, e, t, r, i, k, a) {
m[i] =
m[i] ||
function () {
(m[i].a = m[i].a || []).push(arguments);
};
m[i].l = 1 * new Date();
for (var j = 0; j < document.scripts.length; j++) {
if (document.scripts[j].src === r) {
return;
}
}
(k = e.createElement(t)),
(a = e.getElementsByTagName(t)[0]),
(k.async = 1),
(k.src = r),
a.parentNode.insertBefore(k, a);
})(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(94620568, "init", {
clickmap: true,
trackLinks: true,
accurateTrackBounce: true,
webvisor: true,
});
</script>
<noscript
><div>
<img
src="https://mc.yandex.ru/watch/94620568"
style="position: absolute; left: -9999px"
alt=""
/></div
></noscript>
<!-- /Yandex.Metrika counter -->
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<script src="vanilla-tilt.js" type="module"></script>
</body>
</html>