From 21cb8343fc7a6230c38bc6e0330ac8fe1596aa0d Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Sat, 2 Nov 2024 16:00:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D1=80=D0=BE=D0=B4=D1=83=D0=BA=D1=82?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 32 ++++++++++++++++++-------------- 1 file changed, 18 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 6215759..ed30e63 100644 --- a/index.html +++ b/index.html @@ -20,21 +20,25 @@

О компании

-

Продукты

- -
-
-
- {% for product in site.data.products %} -
-
-
- +
+
+

Продукты

+ +
+
+
+ {% for product in site.data.products %} +
+
+ +
{{product.desc}}
+
-
{{product.desc}}
+ {% endfor %}
- {% endfor %} -
+
- \ No newline at end of file + \ No newline at end of file