-
Notifications
You must be signed in to change notification settings - Fork 4
/
index.html
41 lines (37 loc) · 1.6 KB
/
index.html
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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="enthamone.com" />
<meta property="og:title" content="Entha Mone - Connect with New People" />
<meta property="og:description" content="Explore countless conversations with individuals from all over Connect with New People Instantly" />
<meta property="og:image" content="https://enthamone.com/preview-big.jpg" />
<!-- Twitter -->
<meta name="twitter:card" content="summary_large_image"/>
<meta property="twitter:url" content="enthamone.com" />
<meta property="twitter:title" content="Entha Mone - Connect with New People" />
<meta property="twitter:description" content="Explore countless conversations with individuals from all over Connect with New People Instantly" />
<meta property="twitter:image" content="https://enthamone.com/preview-big.jpg" />
<link rel="icon" type="image/svg+xml" href="/fav.svg" />
<title>Entha Mone</title>
</head>
<body>
<div
id="root"
style="
background-color: var(--background);
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
"
></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>