-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (45 loc) · 2.38 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
42
43
44
45
46
<!doctype html>
<html lang="en">
<head>
<meta charset = "utf-8" />
<link rel = "canonical" href = "https://www.wentumit.com/"/>
<link rel = "icon" href = "/favicon.ico" />
<meta name = "viewport" content = "width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0" />
<meta name = "theme-color" content = "#7752cc"/>
<title>Wentumit | Home</title>
<meta name = "author" content = "Atakan Yigit Cengeloglu">
<meta name = "description" content = "Meeting is easy with Wentumit. Meet with your friends, family, and colleagues on the best possible time / day / place.">
<meta property = "og:title" content = "Wentumit">
<meta property = "og:description" content = "Meeting is easy with Wentumit">
<!-- <meta property="og:image" content = "http://www.SITENAME.com/LOCATION OF IMAGE"> -->
<!-- <meta property="og:url" content = "http://www.onlistapp.com"> -->
<meta name = "twitter:card" content = "summary_large_image">
<meta name = "twitter:image:alt" content = "Meeting is easy with Wentumit">
<meta name = "twitter:title" content = "Meeting is easy with Wentumit" />
<meta name = "twitter:description" content = "Meeting is easy with Wentumit" />
<meta name = "twitter:image" content = "/Twitter.png" />
<link rel="apple-touch-icon" href="/logo192.png" />
<script type = "application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebApplication",
"name": "Wentumit",
"url": "https://www.wentumit.com/",
"description": "Meeting is easy with Wentumit",
"applicationCategory": "Productivity",
"genre": "Productivity",
"about": {
"@type": "Thing",
"description": "meeting, productivity, easy, wentumit"
},
"browserRequirements": "Requires JavaScript. Requires HTML5.",
"softwareVersion": "1.0.0",
"operatingSystem": "All",
}
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>