Update pages.html
Browse files- pages.html +9 -1
pages.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
-
<title
|
7 |
|
8 |
|
9 |
<!-- Иконка сайта -->
|
@@ -11,6 +11,14 @@
|
|
11 |
<link rel="shortcut icon" href="https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/images/icon/prevu.svg" type="image/svg+xml">
|
12 |
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
|
15 |
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
|
16 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8">
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
6 |
+
<title>Green builder - Конструктор лендингов и VK приложений</title>
|
7 |
|
8 |
|
9 |
<!-- Иконка сайта -->
|
|
|
11 |
<link rel="shortcut icon" href="https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/images/icon/prevu.svg" type="image/svg+xml">
|
12 |
|
13 |
|
14 |
+
<!-- Описание страницы -->
|
15 |
+
<meta name="description" content="Green builder - Конструктор лендингов и VK приложений">
|
16 |
+
|
17 |
+
<!-- Превью изображение для публикации в мессенджерах -->
|
18 |
+
<meta property="og:image" content="https://huggingface.co/spaces/DMTuit/psy_vk/resolve/main/images/prevu.jpg">
|
19 |
+
<meta property="og:description" content="Green builder - Конструктор лендингов и VK приложений">
|
20 |
+
|
21 |
+
|
22 |
|
23 |
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/toastify-js/src/toastify.min.css">
|
24 |
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/toastify-js"></script>
|