Skip to content

Commit

Permalink
added: web page cookie policy (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
endk17 authored Jan 7, 2022
1 parent d67c8ef commit 7b8c3c1
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 18 deletions.
Binary file modified .DS_Store
Binary file not shown.
17 changes: 11 additions & 6 deletions app/templates/cancel.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,26 @@
window.addEventListener("load",function(){
window.wpcc.init({
"border":"thin",
"corners":"small",
"corners":"normal",
"colors":{
"popup":{
"background":"#f6f6f6",
"background":"#cff5ff",
"text":"#000000",
"border":"#555555"
},"button":{
"background":"#555555",
"border":"#5e99c2"
},
"button":{
"background":"#5e99c2",
"text":"#ffffff"
}
},
"position":"top-right"
"position":"bottom",
"content":{
"href":"https://www.websitepolicies.com/policies/view/AsI78Q0l"
}
})
});
</script>

</head>
<body>
<div class="box">
Expand Down
16 changes: 10 additions & 6 deletions app/templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,22 @@
window.addEventListener("load",function(){
window.wpcc.init({
"border":"thin",
"corners":"small",
"corners":"normal",
"colors":{
"popup":{
"background":"#f6f6f6",
"background":"#cff5ff",
"text":"#000000",
"border":"#555555"
},"button":{
"background":"#555555",
"border":"#5e99c2"
},
"button":{
"background":"#5e99c2",
"text":"#ffffff"
}
},
"position":"top-right"
"position":"bottom",
"content":{
"href":"https://www.websitepolicies.com/policies/view/AsI78Q0l"
}
})
});
</script>
Expand Down
16 changes: 10 additions & 6 deletions app/templates/success.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,18 +21,22 @@
window.addEventListener("load",function(){
window.wpcc.init({
"border":"thin",
"corners":"small",
"corners":"normal",
"colors":{
"popup":{
"background":"#f6f6f6",
"background":"#cff5ff",
"text":"#000000",
"border":"#555555"
},"button":{
"background":"#555555",
"border":"#5e99c2"
},
"button":{
"background":"#5e99c2",
"text":"#ffffff"
}
},
"position":"top-right"
"position":"bottom",
"content":{
"href":"https://www.websitepolicies.com/policies/view/AsI78Q0l"
}
})
});
</script>
Expand Down

0 comments on commit 7b8c3c1

Please sign in to comment.