diff --git a/src/index.html b/src/index.html index a1a965752e1dd36480cd0143da79ee72915ebaee..cdf5b00a87d269083a604075e8bac138db70aceb 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>