-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (49 loc) · 1.95 KB
/
index.html
File metadata and controls
50 lines (49 loc) · 1.95 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="https://i.postimg.cc/1zSXZ47X/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>2la</title>
<meta property="og:type" content="website" />
<meta property="og:site_name" content="2la" />
<meta property="og:title" content="2la" />
<meta property="og:image" content="https://i.postimg.cc/PrBN2Smm/logo-meta.png" />
<meta property="og:url" content="https://social-duck.vercel.app" />
<meta
property="og:description"
content="2la (Social Duck) - A unique social network pet platform created by Inlinera. Connect, interact, and experience a new way of social networking."
/>
<meta
name="description"
content="2la (Social Duck) - A unique social network pet platform created by Inlinera. Connect, interact, and experience a new way of social networking."
/>
<meta
name="keywords"
content="2la, social duck, social-duck, inlinera, znlznera, social network, pet social network, duckowa, Dexter Hills, euphoria"
/>
<meta name="author" content="Inlinera" />
<meta name="robots" content="index, follow" />
<link rel="canonical" href="https://social-duck.vercel.app" />
<!-- Structured Data -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "2la",
"alternateName": ["Social Duck", "Inlinera", "Social-Duck", "Znlznera"],
"description": "A unique social network pet platform created by Inlinera",
"author": {
"@type": "Person",
"name": "Inlinera"
},
"applicationCategory": "Social Network",
"operatingSystem": "Web"
}
</script>
</head>
<body data-theme="dark">
<div id="root"></div>
<script type="module" src="/src/app/main.tsx"></script>
</body>
</html>