Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save subbaraoganeshna/be0d6a34fb3d37db885796217a0eddcc to your computer and use it in GitHub Desktop.
Save subbaraoganeshna/be0d6a34fb3d37db885796217a0eddcc to your computer and use it in GitHub Desktop.
download cookie consent
<link rel="stylesheet" type="text/css" href="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.css" />
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.0.3/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#000"
},
"button": {
"background": "#f1d600"
}
}
})});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment