-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
57 lines (53 loc) · 2.39 KB
/
index.html
File metadata and controls
57 lines (53 loc) · 2.39 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/images/branding/gdg-spectrum-logo.webp" />
<title>Spectrum Week 2026 | GDG VIT Mumbai</title>
<link rel="preload" as="image" href="/videos/ink-spread-5.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="application-name" content="Spectrum Week 2026" />
<meta
name="keywords"
content="spectrum week, GDG VIT Mumbai, google developer group, vidyalankar institute of technology, hackathon, coding competition, the invasion, the last standing ronin, way of the ghost, AI agents, spectrum 2026, tech fest mumbai, GDG UMIT, coding battles, DSA competition"
/>
<meta
name="description"
content="Spectrum Week 2026 — 4 days of coding battles, AI talks, strategy games, and a hackathon. By Google Developer Group, VIT Mumbai."
/>
<meta name="author" content="GDG VIT Mumbai" />
<meta property="og:type" content="website" />
<meta property="og:title" content="Spectrum Week 2026 | GDG VIT Mumbai" />
<meta
property="og:description"
content="Spectrum Week 2026 — 4 days of coding battles, AI talks, strategy games, and a hackathon. April 1-4. By Google Developer Group, VIT Mumbai."
/>
<meta property="og:site_name" content="Spectrum Week 2026 | GDG VIT Mumbai" />
<meta property="og:image" content="/images/branding/gdg-spectrum-banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Spectrum Week 2026 | GDG VIT Mumbai" />
<meta
name="twitter:description"
content="Spectrum Week 2026 — 4 days of coding battles, AI talks, strategy games, and a hackathon. April 1-4."
/>
<meta name="twitter:image" content="/images/branding/gdg-spectrum-banner.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Spectrum Week 2026 | GDG VIT Mumbai",
"alternateName": "GDG VIT Mumbai Spectrum",
"author": {
"@type": "Organization",
"name": "Google Developer Group, VIT Mumbai"
}
}
</script>
</head>
<body>
<div id="modal-root"></div>
<div id="backdrop-root"></div>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>