-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (55 loc) · 4.07 KB
/
index.html
File metadata and controls
60 lines (55 loc) · 4.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes, viewport-fit=cover" />
<meta name="theme-color" content="#0f1419" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<title>Code Canvas — Collaborative AI IDE and Workspace</title>
<meta name="description" content="Code Canvas is an open-source, browser-based AI IDE with code editor, terminal, live preview, robotics flashing, Office editors, and an agentic assistant." />
<meta name="author" content="IDE" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link rel="preconnect" href="https://xlmvlplazxrouscupidi.supabase.co" crossorigin />
<link rel="preload" as="style" href="https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500;600&family=Inter:wght@400;500;600;700&display=swap" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/attachments/og-images/78128b37-f79e-4f65-9615-6f6e2367116a?Expires=1771219273&GoogleAccessId=go-api-on-aws%40gpt-engineer-390607.iam.gserviceaccount.com&Signature=li65DlbFs0hc4UHL6bKFd03fFRp7NEI7hBC7cvWMNAtu5CvDk6U3NSMMv%2BaAfQu%2BWH09r0VocFn%2Bs%2BCIaxlP1KnBa2%2Bs3iEk%2F0jXMTnW0ebpcEbh%2BwqT8kxeGeidIULwjhvbwkC7F3gCTd9l15XDaj2G9ApEeCwrFjdYOxoWZ5eF92WbptDS9AWWSQQZVfSFQ%2FT7daTBqS7VRgopu1vDy0QuvNnKDkWtVZZMQ%2BltMRTeEIfBCABdXIoAzqVo0ocj97ACJHin%2BpmKUAY1hPHT6%2FNu4MTSg1xTmSEQrEOm53X5%2B0IMhfque2M8mFEZWjpjV%2BxxBD4HS7guRrUTtwe83Q%3D%3D">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@IDE" />
<meta name="twitter:image" content="https://storage.googleapis.com/gpt-engineer-file-uploads/attachments/og-images/78128b37-f79e-4f65-9615-6f6e2367116a?Expires=1771219273&GoogleAccessId=go-api-on-aws%40gpt-engineer-390607.iam.gserviceaccount.com&Signature=li65DlbFs0hc4UHL6bKFd03fFRp7NEI7hBC7cvWMNAtu5CvDk6U3NSMMv%2BaAfQu%2BWH09r0VocFn%2Bs%2BCIaxlP1KnBa2%2Bs3iEk%2F0jXMTnW0ebpcEbh%2BwqT8kxeGeidIULwjhvbwkC7F3gCTd9l15XDaj2G9ApEeCwrFjdYOxoWZ5eF92WbptDS9AWWSQQZVfSFQ%2FT7daTBqS7VRgopu1vDy0QuvNnKDkWtVZZMQ%2BltMRTeEIfBCABdXIoAzqVo0ocj97ACJHin%2BpmKUAY1hPHT6%2FNu4MTSg1xTmSEQrEOm53X5%2B0IMhfque2M8mFEZWjpjV%2BxxBD4HS7guRrUTtwe83Q%3D%3D">
<meta property="og:title" content="Code Canvas — Collaborative AI IDE and Workspace">
<meta name="twitter:title" content="Code Canvas — Collaborative AI IDE and Workspace">
<meta property="og:description" content="Open-source, browser-based AI IDE with code editor, terminal, live preview, robotics flashing, Office editors, and an agentic assistant.">
<meta name="twitter:description" content="Open-source, browser-based AI IDE with code editor, terminal, live preview, robotics flashing, Office editors, and an agentic assistant.">
<meta property="og:url" content="https://replitclone.lovable.app/">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"name": "Code Canvas",
"url": "https://replitclone.lovable.app/",
"logo": "https://replitclone.lovable.app/favicon.svg",
"description": "Open-source, browser-based AI IDE with code editor, terminal, live preview, robotics flashing, Office editors, automations, and an agentic assistant."
}
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "Code Canvas",
"url": "https://replitclone.lovable.app/",
"potentialAction": {
"@type": "SearchAction",
"target": "https://replitclone.lovable.app/?q={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>