-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
77 lines (71 loc) · 3.58 KB
/
index.html
File metadata and controls
77 lines (71 loc) · 3.58 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
69
70
71
72
73
74
75
76
77
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, viewport-fit=cover"
/>
<title>Шаблон форума для фричайзинга | GitHub Forum Platform</title>
<meta
name="description"
content="Презентация шаблона форума для модели фричайзинга: сообщество, управление филиалами, обмен знаниями и масштабирование онлайн-платформы."
/>
<meta
name="keywords"
content="фричайзинг, форум, шаблон форума, платформа сообщества, онлайн-сообщество, масштабирование, digital-платформа"
/>
<meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1" />
<meta name="author" content="Semen Fedoseev" />
<meta name="theme-color" content="#111827" />
<meta name="color-scheme" content="light dark" />
<link rel="canonical" href="https://feekool.github.io/" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<link rel="apple-touch-icon" href="https://github.com/fedoseevsm.png" />
<meta property="og:locale" content="ru_RU" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="GitHub Forum Platform" />
<meta property="og:title" content="Шаблон форума для фричайзинга" />
<meta
property="og:description"
content="Современный шаблон форума для модели фричайзинга: структура сообщества, управление партнёрами и рост цифровой экосистемы."
/>
<meta property="og:url" content="https://feekool.github.io/" />
<meta property="og:image" content="https://github.com/fedoseevsm.png" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta property="og:image:alt" content="Презентация шаблона форума для фричайзинга" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="Шаблон форума для фричайзинга" />
<meta
name="twitter:description"
content="Презентация шаблона форума для модели фричайзинга: сообщество, управление филиалами и масштабирование."
/>
<meta name="twitter:image" content="https://github.com/fedoseevsm.png" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "GitHub Forum Platform",
"url": "https://feekool.github.io/",
"description": "Презентация шаблона форума для модели фричайзинга."
}
</script>
<script type="text/javascript">
(function(l) {
if (l.search[1] === '/' ) {
var decoded = l.search.slice(1).split('&').map(function(s) {
return s.replace(/~and~/g, '&')
}).join('?');
window.history.replaceState(null, null,
l.pathname.slice(0, -1) + decoded + l.hash
);
}
}(window.location))
</script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.tsx"></script>
</body>
</html>