-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.43 KB
/
Copy pathindex.html
File metadata and controls
38 lines (34 loc) · 1.43 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Code211 | Build. Learn. Collaborate.</title>
<meta
name="description"
content="Code211 is a 36-hour hackathon where students team up to build innovative projects, learn new skills, and compete for $10K+ in prizes. Free to attend, beginner-friendly."
/>
<meta name="author" content="Code211 Team" />
<meta
name="keywords"
content="hackathon, coding, programming, students, technology, innovation, competition"
/>
<meta property="og:title" content="Code211 | Build. Learn. Collaborate." />
<meta
property="og:description"
content="36 hours to create something amazing. Free to attend, beginner-friendly hackathon with $10K+ in prizes."
/>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Code211" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Code211 | Build. Learn. Collaborate." />
<meta
name="twitter:description"
content="36 hours to create something amazing. Free to attend, beginner-friendly hackathon with $10K+ in prizes."
/>
<meta name="theme-color" content="#4f7177" />
</head>
<body>
<!-- Next.js renders the app via app/layout.tsx; this file is not used at runtime. -->
</body>
</html>