-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (25 loc) · 1.48 KB
/
index.html
File metadata and controls
34 lines (25 loc) · 1.48 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>EchoMind</title>
<meta name="description" content="A smart assistant designed to truly understand you over time">
<meta name="author" content="Lovable" />
<!-- TODO: Update og:title to match your application name -->
<meta property="og:type" content="website" />
<meta property="og:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/44be7cce-34f8-4e6e-9347-9e5e83f32693/id-preview-c69ff0ad--b9f69189-bbe3-4115-bd75-3b9a0acfa40a.lovable.app-1772634249005.png">
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@Lovable" />
<meta name="twitter:image" content="https://pub-bb2e103a32db4e198524a2e9ed8f35b4.r2.dev/44be7cce-34f8-4e6e-9347-9e5e83f32693/id-preview-c69ff0ad--b9f69189-bbe3-4115-bd75-3b9a0acfa40a.lovable.app-1772634249005.png">
<meta property="og:title" content="EchoMind">
<meta name="twitter:title" content="EchoMind">
<meta property="og:description" content="A smart assistant designed to truly understand you over time">
<meta name="twitter:description" content="A smart assistant designed to truly understand you over time">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>