mirror of
git://f0xx.org/ac/ac-be-issues
synced 2026-07-29 09:38:15 +03:00
16 lines
899 B
PHP
16 lines
899 B
PHP
<?php declare(strict_types=1); ?>
|
|
<div id="cookie-consent-banner" class="cookie-consent" hidden role="dialog" aria-labelledby="cookie-consent-title" aria-modal="false">
|
|
<div class="cookie-consent-inner">
|
|
<p id="cookie-consent-title" class="cookie-consent-title">Cookies on AndroidCast</p>
|
|
<p class="cookie-consent-text muted">
|
|
We use necessary session cookies to sign you in. With your consent we also load analytics to improve the service.
|
|
You can change this later in your browser by clearing site data.
|
|
</p>
|
|
<div class="cookie-consent-actions">
|
|
<button type="button" class="btn btn--primary" id="cookie-consent-all">Accept all</button>
|
|
<button type="button" class="btn" id="cookie-consent-necessary">Necessary only</button>
|
|
<button type="button" class="btn btn--ghost" id="cookie-consent-reject">Reject optional</button>
|
|
</div>
|
|
</div>
|
|
</div>
|