Regenerate public
This commit is contained in:
@ -57,6 +57,34 @@
|
||||
|
||||
|
||||
|
||||
|
||||
<link href="https://picturingjordan.com/css/cookieconsent.min.cd0d0b6e50ff01ff2f3a9a70d7cfb66a7c6cb9acf7a566325568be6d3bd31fc4.css" rel="stylesheet" type="text/css" integrity="sha256-zQ0LblD/Af8vOppw18+2anxsuaz3pWYyVWi+bTvTH8Q=" crossorigin="anonymous">
|
||||
|
||||
<script src="https://picturingjordan.com/js/cookieconsent.min.e55842a856a6d829feca3c3ad736c136b6c7549e9247274f78aa296259e06e24.js" integrity="sha256-5VhCqFam2Cn+yjw61zbBNrbHVJ6SRydPeKopYlngbiQ=" crossorigin="anonymous" async></script>
|
||||
|
||||
<script>
|
||||
window.addEventListener("load", function(){
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#428bca",
|
||||
"text": "#ffffff"
|
||||
},
|
||||
"button": {
|
||||
"background": "#f71559"
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"message": 'هذا المَوْقِع يَسْتَخْدِم مَلَفَّات كُوكِيز',
|
||||
"dismiss": '!أُوَافِق',
|
||||
"link": '.اعْرَف أَكْثَر',
|
||||
"href": "http:\/\/cookiesandyou.com"
|
||||
},
|
||||
"position": "bottom-right"
|
||||
})});
|
||||
</script>
|
||||
|
||||
|
||||
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
|
||||
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
|
||||
|
Reference in New Issue
Block a user