-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (34 loc) · 1.91 KB
/
index.html
File metadata and controls
43 lines (34 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
43
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Favicon for your site -->
<link rel="icon" type="image/svg+xml" href="/Group.png" />
<!-- Meta tags for responsive design -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Title of the website -->
<title>CodeAI - KJSIT</title>
<!-- General meta description for SEO -->
<meta name="description" content="CodeAI is the official tech club of KJSIT, focused on developing AI and coding projects through collaboration, innovation, and learning." />
<!-- Keywords for SEO -->
<meta name="keywords" content="CodeAI, KJSIT, tech club, artificial intelligence, coding, machine learning, student club, tech innovation" />
<!-- Open Graph meta tags for Facebook and other social media -->
<meta property="og:title" content="CodeAI - KJSIT" />
<meta property="og:description" content="Join CodeAI, the tech club of KJSIT, where we explore AI and coding through exciting projects and learning." />
<meta property="og:image" content="/assets/og-image.png" />
<meta property="og:url" content="https://www.codeai-kjsit.com" />
<meta property="og:type" content="website" />
<!-- Twitter meta tags for Twitter cards -->
<meta name="twitter:title" content="CodeAI - KJSIT" />
<meta name="twitter:description" content="Explore AI and coding with CodeAI, the official tech club of KJSIT. Learn, innovate, and build together." />
<meta name="twitter:image" content="/assets/twitter-card-image.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Additional meta tags for better SEO and accessibility -->
<meta name="author" content="Riddhesh C, Vedant Hundare" />
<meta name="robots" content="index, follow" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>