-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (40 loc) · 2.54 KB
/
Copy pathindex.html
File metadata and controls
46 lines (40 loc) · 2.54 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
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/icons/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="theme-color" content="#050510" />
<!-- Fonts: preconnect + non-blocking load -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Syne:wght@400;500;600;700;800&family=JetBrains+Mono:wght@400;500&family=Anek+Odia:wght@400;500;600;700;800&family=Noto+Sans+Oriya:wght@400;500;600;700&display=swap"
/>
<!-- Preload the LCP hero image -->
<link rel="preload" as="image" href="/images/index.webp" />
<link rel="manifest" href="/manifest.webmanifest" />
<!-- Primary Meta Tags -->
<title>Odisha AI — The Global AI Community of Odias</title>
<meta name="title" content="Odisha AI — The Global AI Community of Odias" />
<meta name="description" content="Uniting Odias in AI across the globe. A not-for-profit initiative for sharing ideas, fostering collaborations, and increasing the presence of Odia people in Artificial Intelligence." />
<meta name="keywords" content="Odisha AI, Odia in AI, Machine Learning, Data Science, AI Community, Odia Technologists, AI Education, Rathathon, OdiaGenAI" />
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.odishaai.org/" />
<meta property="og:title" content="Odisha AI — The Global AI Community of Odias" />
<meta property="og:description" content="Uniting Odias in AI across the globe. Join the largest network of Odia technologists, researchers, and innovators." />
<meta property="og:image" content="https://www.odishaai.org/images/index.webp" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://www.odishaai.org/" />
<meta property="twitter:title" content="Odisha AI — The Global AI Community of Odias" />
<meta property="twitter:description" content="Uniting Odias in AI across the globe. Join the largest network of Odia technologists, researchers, and innovators." />
<meta property="twitter:image" content="https://www.odishaai.org/images/index.webp" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>