-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (35 loc) · 1.93 KB
/
index.html
File metadata and controls
41 lines (35 loc) · 1.93 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Thiran 2k26 — Intra-Collegiate Tech Fest | PSG College of Technology</title>
<meta name="description"
content="Thiran 2k26 — The Intra-Collegiate Tech Fest by the Department of Computer Applications, PSG College of Technology, Coimbatore. Technical & Non-Technical events, Feb 2026." />
<meta name="author" content="Department of Computer Applications, PSG College of Technology" />
<meta name="keywords"
content="Thiran 2026, PSG Tech, Coimbatore, MCA, tech fest, college events, hackathon, blind coding, brand sprint, intra-collegiate" />
<meta name="theme-color" content="#22d3ee" />
<!-- Open Graph / Facebook -->
<meta property="og:title" content="Thiran 2k26 — Intra-Collegiate Tech Fest | PSG Tech" />
<meta property="og:description"
content="The Intra-Collegiate Tech Fest by Dept. of Computer Applications, PSG College of Technology, Coimbatore. Hack-The-Box, Blind Coding, Brand Sprint & more!" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://thiran.psgtech.ac.in" />
<meta property="og:image" content="/final-logo.png" />
<meta property="og:site_name" content="Thiran 2k26" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@thiran2026" />
<meta name="twitter:title" content="Thiran 2k26 — Intra-Collegiate Tech Fest | PSG Tech" />
<meta name="twitter:description"
content="Dept. of Computer Applications, PSG College of Technology, Coimbatore. Technical & Non-Technical events, Feb 2026." />
<meta name="twitter:image" content="/final-logo.png" />
<!-- Favicon -->
<link rel="icon" type="image/svg+xml" href="/final-logo.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>