mirror of
https://github.com/xodivorce/xeorl.git
synced 2025-12-19 00:02:57 +05:30
6 lines
415 B
PHP
6 lines
415 B
PHP
<link rel="stylesheet" href="assets/css/_cookies.css">
|
|
<div id="cookieBanner">
|
|
<p>This website uses cookies to ensure you get the best experience on our website. <a href="https://docs.google.com/document/d/1sZ2TwjST8nKaRl-rSteAd2XHlVZdDhgS6jHRKwjDedc/edit?usp=sharing">Learn more</a>.</p>
|
|
<button class="accept" onclick="acceptCookies()">GOT IT!</button>
|
|
</div>
|
|
<script src="assets/js/_cookies.js"></script> |