From a89608015cc8e271e571c5820ea1fad728b24cd2 Mon Sep 17 00:00:00 2001 From: maria-moroz <m0954008202@gmail.com> Date: Thu, 5 May 2022 00:24:02 +0300 Subject: [PATCH] Update index.html --- src/index.html | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/index.html b/src/index.html index f52b6df..8d29002 100644 --- a/src/index.html +++ b/src/index.html @@ -18,12 +18,9 @@ /> </head> <body> - <include src = "./partials/footer.html"></include> - <!-- Так добавлÑÑŽÑ‚ÑÑ Ñ„Ñ€Ð°Ð³Ð¼ÐµÐ½Ñ‚Ñ‹ в главные HTML-файлы Ñтраниц. --> - <!-- <include src="./partials/example.html"></include> --> <include src="./partials/one-card-preview.html"></include> + <include src="./partials/footer.html"></include> - <!-- Скрипт идёт поÑледним в разметке. Ð’ нём уже подключен главный SASS-файл. --> <script src="./index.js"></script> </body> </html> -- GitLab