-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (37 loc) · 2.22 KB
/
Copy pathindex.html
File metadata and controls
42 lines (37 loc) · 2.22 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/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Basic Meta Tags -->
<meta name="description" content="Chromatic - An interactive ice-breaking game by GDG Davao. Break the ice and connect with fellow developers through this engaging color-based game." />
<meta name="keywords" content="GDG Davao, ice breaker, game, chromatic, developers, community, interactive" />
<meta name="author" content="GDG Davao" />
<!-- Open Graph Meta Tags (Facebook, LinkedIn, etc.) -->
<meta property="og:title" content="Chromatic — Ice Googleyness Breaker | GDG Davao" />
<meta property="og:description" content="Break the ice and connect with fellow developers through this engaging color-based game by GDG Davao." />
<meta property="og:image" content="/meta-image.png" />
<meta property="og:image:alt" content="Chromatic Game Logo" />
<meta property="og:url" content="https://chromatic.gdgdavao.org" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GDG Davao" />
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Chromatic — Ice Googleyness Breaker | GDG Davao" />
<meta name="twitter:description" content="Break the ice and connect with fellow developers through this engaging color-based game by GDG Davao." />
<meta name="twitter:image" content="/meta-image.png" />
<meta name="twitter:image:alt" content="Chromatic Game Logo" />
<!-- Additional Meta Tags -->
<meta name="theme-color" content="#ffffff" />
<meta name="robots" content="index, follow" />
<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@400;500;700&display=swap" rel="stylesheet">
<title>Chromatic — Ice Googleyness Breaker | GDG Davao</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>