-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (29 loc) · 1.49 KB
/
Copy pathindex.html
File metadata and controls
33 lines (29 loc) · 1.49 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
<!doctype html>
<html lang="en">
<head>
<title>Codeathon Portal</title>
<meta name="description" content="Join the biggest coding competition, Codeathon 2K25. Practice, learn, and compete!" />
<meta name="keywords" content="Codeathon, coding competition, online exam, practice tests, programming contest" />
<meta name="author" content="Codeathon Team" />
<meta name="robots" content="index, follow" />
<!-- Open Graph -->
<meta property="og:title" content="Codeathon Portal - Home" />
<meta property="og:description" content="Join the biggest coding competition, Codeathon 2K25. Test your skills and win exciting prizes!" />
<meta property="og:image" content="https://i.imgur.com/oGtwSmY.png" />
<meta property="og:url" content="https://www.codeathon.com/home" />
<meta property="og:type" content="website" />
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Codeathon Portal - Home" />
<meta name="twitter:description" content="Participate in Codeathon 2K25, the ultimate coding challenge!" />
<meta name="twitter:image" content="https://i.imgur.com/oGtwSmY.png" />
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>