-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (27 loc) · 1.65 KB
/
Copy pathindex.html
File metadata and controls
29 lines (27 loc) · 1.65 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>CyberTask - Cyberpunk Todo App - Built with ChatAndBuild</title>
<!-- Meta Tags -->
<meta property="og:title" content="CyberTask - Cyberpunk Todo App - Built with ChatAndBuild" />
<meta property="og:description" content="A futuristic cyberpunk-themed todo application with neon aesthetics and high-tech vibes" />
<meta property="og:image" content="https://cdn.chatandbuild.com/images/preview.png" />
<meta property="keywords" content="no-code, app builder, conversation-driven development, todo app, cyberpunk, react, typescript" />
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:title" content="CyberTask - Cyberpunk Todo App - Built with ChatAndBuild" />
<meta property="twitter:description" content="A futuristic cyberpunk-themed todo application with neon aesthetics and high-tech vibes" />
<meta property="twitter:image" content="https://cdn.chatandbuild.com/images/preview.png" />
<meta property="twitter:site" content="@chatandbuild" />
<!-- Cyberpunk Fonts -->
<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=Orbitron:wght@400;700;900&family=Exo+2:wght@300;400;600;700&display=swap" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>