mirror of
https://github.com/Rysanlos/steamfriends.info.git
synced 2025-05-18 15:13:47 +02:00
23 lines
668 B
PHP
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>
|