-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (51 loc) · 3.02 KB
/
index.html
File metadata and controls
61 lines (51 loc) · 3.02 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
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<link rel="alternate icon" href="/logo.png" />
<link rel="apple-touch-icon" href="/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<meta name="theme-color" content="#10b981" />
<!-- Primary Meta Tags -->
<title>CatCoder - Learn to Code with AI</title>
<meta name="title" content="CatCoder - Learn to Code with AI">
<meta name="description"
content="AI-accelerated learning platform for software development. Master Python, JavaScript, and C++ with hands-on practice and real-time AI mentorship.">
<meta name="keywords"
content="coding, programming, learn to code, AI mentorship, python, javascript, c++, pyodide, catcoder">
<meta name="author" content="rofiperlungoding">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://catcoder.online/">
<meta property="og:title" content="CatCoder - Learn to Code with AI">
<meta property="og:description"
content="AI-accelerated learning platform for software development. Master Python, JavaScript, and C++ with hands-on practice and real-time AI mentorship.">
<!-- Menggunakan screenshot yang sudah ada di repo (public/ss catcoder/1.png) -->
<meta property="og:image" content="https://catcoder.online/ss%20catcoder/1.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://catcoder.online/">
<meta property="twitter:title" content="CatCoder - Learn to Code with AI">
<meta property="twitter:description"
content="AI-accelerated learning platform for software development. Master Python, JavaScript, and C++ with hands-on practice and real-time AI mentorship.">
<meta property="twitter:image" content="https://catcoder.online/ss%20catcoder/1.png">
<!-- PWA iOS Support -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Content Security Policy -->
<meta http-equiv="Content-Security-Policy"
content="default-src 'none'; script-src 'self' 'unsafe-eval' https://cdn.jsdelivr.net https://pyodide.org; style-src 'self' 'unsafe-inline'; connect-src 'self' https://*.supabase.co wss://*.supabase.co https://cdn.jsdelivr.net https://pyodide.org; img-src 'self' data: https://*.supabase.co blob:; worker-src 'self' blob:; font-src 'self'; frame-src 'none'; base-uri 'self'; form-action 'self';">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<!-- SEO Fallback for crawlers without JS -->
<noscript>
<div style="padding: 20px; text-align: center; font-family: 'SF Pro Display', system-ui, sans-serif;">
<h3>CatCoder requires JavaScript to run.</h3>
<p>Please enable JavaScript in your browser settings to access the AI-accelerated learning platform.</p>
</div>
</noscript>
</body>
</html>