Skip to content
Snippets Groups Projects
Commit a8960801 authored by maria-moroz's avatar maria-moroz
Browse files

Update index.html

parent f69f39c2
No related branches found
No related tags found
No related merge requests found
...@@ -18,12 +18,9 @@ ...@@ -18,12 +18,9 @@
/> />
</head> </head>
<body> <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/one-card-preview.html"></include>
<include src="./partials/footer.html"></include>
<!-- Скрипт идёт последним в разметке. В нём уже подключен главный SASS-файл. -->
<script src="./index.js"></script> <script src="./index.js"></script>
</body> </body>
</html> </html>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment