Files
profile-front/src/components/Integrations/CookieConsent.astro
Profile Profile 8f9e67ec08 add cookie-consent
2026-03-16 11:06:01 +03:00

6 lines
590 B
Plaintext
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.

<div id="cookie-consent-banner" class="cookie-consent">
<div class="cookie-consent-content">
<div class="cookie-consent-text">Мы используем файлы cookie для улучшения работы сайта. Продолжая использование сайта, вы соглашаетесь с <a style="color: white; text-decoration: underline;" href="https://profile.ru/zashita-personalnyh-dannyh/" target="_blank">условиями</a></div>
<button id="cookie-consent-accept" class="cookie-consent-button">Принять</button>
</div>
</div>