steamfriends.info/include/cookiebar.php
2024-04-06 12:08:08 +02:00

23 lines
668 B
PHP

<link rel="stylesheet" type="text/css" href="/css/cookieconsent.min.css" />
<script src="/js/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#edeff5",
"text": "#838391"
},
"button": {
"background": "#4b81e8"
}
},
"theme": "classic",
"content": {
"message": "This website uses cookies to improve your browsing experience. By continuing your navigation, you accept the use of cookies.",
"dismiss": "Got it!",
"link": "Learn more",
"href": "https://steamfriends.info/cookie-policy/"
}
})});
</script>