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.
 
 
 
 
 
 

11 lines
539 B

<?php if (empty($_COOKIE['cookies_accept'])) { ?>
<div class="cookie-banner">
<h4>Cookies使用协议</h4>
<p>
本站使用cookies记录登录状态、跟踪广告,以便为你提供最佳体验
<small>(详情请查阅<a href="/site/terms" target="_blank">服务条款</a>、<a href="/site/privacy" target="_blank">隐私政策</a>)</small>。
</p>
<button class="button button-primary">同意并继续</button>
<button class="button button-shadow">不同意,只浏览</button>
</div>
<?php } ?>