-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (33 loc) · 1.91 KB
/
index.html
File metadata and controls
42 lines (33 loc) · 1.91 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/webp" href="/GFG.webp" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Java Verse | The Ultimate Coding Experience</title>
<meta name="title" content="Java Verse | The Ultimate Coding Experience" />
<meta name="description"
content="Join Java Verse by GeeksforGeeks SRMIST. An immersive full-stack Java workshop featuring live coding battles, expert sessions, and algorithmic warfare. Register now!" />
<meta name="keywords"
content="Java Verse, GFG SRMIST, Hackathon, Coding Workshop, Java, Full Stack, SRM University, GeeksforGeeks" />
<meta name="author" content="GeeksforGeeks SRMIST" />
<meta name="theme-color" content="#000000" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://java-verse.vercel.app/" />
<meta property="og:title" content="Java Verse | The Ultimate Coding Experience" />
<meta property="og:description" content="Join the flagship tech workshop at SRMIST. Code. Create. Conquer." />
<meta property="og:image" content="https://java-verse.vercel.app/og-image.jpg" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://java-verse.vercel.app/" />
<meta property="twitter:title" content="Java Verse | The Ultimate Coding Experience" />
<meta property="twitter:description" content="Join the flagship tech workshop at SRMIST. Code. Create. Conquer." />
<meta property="twitter:image" content="https://java-verse.vercel.app/og-image.jpg" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
<noscript>You need to enable JavaScript to run this app.</noscript>
</body>
</html>