-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
32 lines (27 loc) · 2.62 KB
/
index.html
File metadata and controls
32 lines (27 loc) · 2.62 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
<!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 Complete</title>
<meta name="description" content="Code Canvas Complete - an online IDE with code editor, terminal, live preview, and an AI assistant.">
<meta name="author" content="Lovable" />
<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="@Lovable" />
<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 Complete">
<meta name="twitter:title" content="Code Canvas Complete">
<meta property="og:description" content="Code Canvas Complete - an online IDE with code editor, terminal, live preview, and an AI assistant.">
<meta name="twitter:description" content="Code Canvas Complete - an online IDE with code editor, terminal, live preview, and an AI assistant.">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>