From e4320d73650e40bfb76809a7ebf7645f14394547 Mon Sep 17 00:00:00 2001
From: maria-moroz <m0954008202@gmail.com>
Date: Thu, 5 May 2022 13:26:05 +0300
Subject: [PATCH] Update index.html

---
 src/index.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/index.html b/src/index.html
index a1a9657..cdf5b00 100644
--- a/src/index.html
+++ b/src/index.html
@@ -19,9 +19,8 @@
   </head>
   <body>
     <include src="./partials/header.html"></include>
+    <include src="./partials/one-card-preview.html"></include>
     <include src="./partials/footer.html"></include>
-    <!-- Так добавляются фрагменты в главные HTML-файлы страниц. -->
-    <!-- <include src="./partials/example.html"></include> -->
 
     <script src="./index.js"></script>
   </body>
-- 
GitLab