-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
68 lines (65 loc) · 1.81 KB
/
index.html
File metadata and controls
68 lines (65 loc) · 1.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
<!DOCTYPE html>
<html lang="ru" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="images/favicon-32x32.png" />
<link
rel="icon"
type="image/png"
sizes="16x16"
href="images/favicon-16x16.png" />
<link
rel="icon"
type="image/png"
sizes="48x48"
href="images/favicon-48x48.png" />
<link
rel="icon"
type="image/png"
sizes="192x192"
href="images/favicon-192x192.png" />
<link
rel="apple-touch-icon"
type="image/png"
sizes="167x167"
href="images/favicon-167x167.png" />
<link
rel="apple-touch-icon"
type="image/png"
sizes="180x180"
href="images/favicon-180x180.png" />
<title>ABC Tasks</title>
<meta
name="description"
content="Tasks manager for single persons and teams" />
<meta
name="keywords"
content="tasks, task management, abc tasks, todo list, todo, teams" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:title" content="ABC Tasks" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://abctasks.ru/" />
<meta
property="og:image"
content="https://abctasks.ru/images/preview.webp" />
<meta
property="og:image:secure_url"
content="https://abctasks.ru/images/preview.webp" />
<meta property="og:image:type" content="image/webp" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="ABC Tasks - divide and rule" />
<meta property="og:description" content="Control you time" />
<meta
property="og:site_name"
content="ABC Tasks - Task management system" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>