fix
This commit is contained in:
@@ -88,7 +88,7 @@
|
|||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
|
||||||
// добавляем карточку на страницу
|
// добавляем карточку
|
||||||
document.getElementById("userCards").appendChild(card);
|
document.getElementById("userCards").appendChild(card);
|
||||||
}, 0);
|
}, 0);
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -147,7 +147,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- Футер -->
|
<!-- Футер -->
|
||||||
<footer class="bg-dark text-light text-center py-4 mt-5">
|
<footer class="bg-custom-dark text-light text-center py-4 mt-5">
|
||||||
<p>Спасибо, что посетили наш сайт, если возникли вопросы, обращайтесь к нам на почту <a href="mailto:manga@manga.scom" class="text-warning">manga@manga.scom</a></p>
|
<p>Спасибо, что посетили наш сайт, если возникли вопросы, обращайтесь к нам на почту <a href="mailto:manga@manga.scom" class="text-warning">manga@manga.scom</a></p>
|
||||||
<p>Если вас интересуют наши соц.сети, то вот они:</p>
|
<p>Если вас интересуют наши соц.сети, то вот они:</p>
|
||||||
<div class="d-flex justify-content-center">
|
<div class="d-flex justify-content-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user