Source code of filesite.io. https://filesite.io
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
367 B

<?php if (empty($_COOKIE['cookies_accept'])) { ?>
<div class="cookie-banner">
<h4>Cookies使用协议</h4>
<p>本站使用cookies记录登录状态、跟踪广告,以便为你提供最佳体验。</p>
<button class="button button-primary">同意并继续</button>
<button class="button button-shadow">不同意,只浏览</button>
</div>
<?php } ?>