-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (36 loc) · 2.12 KB
/
index.html
File metadata and controls
43 lines (36 loc) · 2.12 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Fonts - Inter for modern typography -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&family=JetBrains+Mono:wght@400;500;600&display=swap"
rel="stylesheet">
<title>CodeKick - The only Kick you need</title>
<meta name="description"
content="CodeKick helps college freshers discover their perfect tech domain. Choose between CP/DSA, AI/ML, Web3, or Web2 development with curated learning paths.">
<meta name="author" content="CodeKick" />
<meta property="og:type" content="website" />
<meta property="og:image"
content="https://storage.googleapis.com/gpt-engineer-file-uploads/D3X8GpD5jbTfffHubydZrbyTBxy2/social-images/social-1760610083251-CodeKickSS.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@codekick" />
<meta name="twitter:image"
content="https://storage.googleapis.com/gpt-engineer-file-uploads/D3X8GpD5jbTfffHubydZrbyTBxy2/social-images/social-1760610083251-CodeKickSS.png">
<meta property="og:title" content="CodeKick - The only Kick you need">
<meta name="twitter:title" content="CodeKick - The only Kick you need">
<meta property="og:description"
content="CodeKick helps college freshers discover their perfect tech domain. Choose between CP/DSA, AI/ML, Web3, or Web2 development with curated learning paths.">
<meta name="twitter:description"
content="CodeKick helps college freshers discover their perfect tech domain. Choose between CP/DSA, AI/ML, Web3, or Web2 development with curated learning paths.">
<link rel="icon" type="image/x-icon"
href="https://storage.googleapis.com/gpt-engineer-file-uploads/D3X8GpD5jbTfffHubydZrbyTBxy2/uploads/1760610052515-ChatGPT Image Oct 16, 2025, 03_47_17 PM.png">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>