Files
santeh-ray/templates/home/_fragments/banner.html
Azimkin c8e65146ec
All checks were successful
Build and Push Docker Image / build (push) Successful in 41s
Fix home button routes and login redirects
2026-06-16 09:50:32 +02:00

9 lines
419 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<section class="kitchen-banner container">
<div class="kitchen-content">
<p>Успей заказать с большой выгодой и получите доставку в подарок!</p>
<h2>ГОТОВОЕ РЕШЕНИЕ ДЛЯ КУХНИ</h2>
<a href="/catalog/?sale=1">Перейти</a>
</div>
{# <img src="{% static 'img/kitchen-banner.jpg' %}" alt="">#}
</section>