-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (47 loc) · 3.37 KB
/
index.html
File metadata and controls
55 lines (47 loc) · 3.37 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
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Favicon links -->
<link id="favicon-16" rel="icon" type="image/png" href="/favicons/favicon-16x16.png?v=1" sizes="16x16">
<link id="favicon-32" rel="icon" type="image/png" href="/favicons/favicon-32x32.png?v=1" sizes="32x32">
<link id="apple-touch-icon" rel="apple-touch-icon" type="image/png" href="/favicons/apple-touch-icon.png?v=1">
<link id="android-chrome-192" rel="icon" type="image/png" href="/favicons/android-chrome-192x192.png?v=1" sizes="192x192">
<link id="android-chrome-512" rel="icon" type="image/png" href="/favicons/android-chrome-512x512.png?v=1" sizes="512x512">
<!-- Manifest link -->
<link rel="manifest" href="/site.webmanifest?v=1">
<!-- Preload font links -->
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
<link rel="preload" href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700;800;900&display=swap" as="style" onload="this.onload=null;this.rel='stylesheet'" />
<noscript>
<link href="https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:ital,wght@0,700;0,800;0,900;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@300;400;500;600;700;800&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700;800;900&display=swap" rel="stylesheet">
</noscript>
<!-- Open Graph meta tags for social media sharing -->
<meta property="og:title" content="Chimptok - Achieve Your Goals" />
<meta property="og:description" content="Chimptok helps you achieve your goals with a fun and motivational platform!" />
<meta property="og:image" content="https://app.chimptok.com/chimptok-thumb.png" />
<meta property="og:url" content="https://app.chimptok.com" />
<meta property="og:type" content="website" />
<meta property="og:locale" content="en_US" />
<!-- Twitter card meta tags -->
<meta name="twitter:title" content="Chimptok - Achieve Your Goals" />
<meta name="twitter:description" content="Chimptok helps you achieve your goals with a fun and motivational platform!" />
<meta name="twitter:image" content="https://app.chimptok.com/chimptok-thumb.png" />
<meta name="twitter:card" content="summary_large_image" />
<!-- Additional meta tags for better SEO and web crawling -->
<meta name="description" content="Chimptok helps you achieve your goals with a fun and motivational platform!" />
<meta name="keywords" content="goals, motivation, productivity, Chimptok, goal tracker" />
<meta name="author" content="Chimptok Team" />
<title>Chimptok</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>