applied cookies popup to all pages
This commit is contained in:
@@ -26,10 +26,19 @@
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
<script src="/scripts/policy-popup.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body onload="openPolicyPopup()">
|
||||
<div class="policy-popup" id="policy-popup">
|
||||
<h4>This website uses cookies.</h4>
|
||||
<p>We use cookies to ensure you the best experience.
|
||||
<br>
|
||||
By visiting our website, you agree with our <a href="/pages/policy.html" target="_blank">Privacy Policy</a>.
|
||||
</p>
|
||||
<button onclick="agreePolicyPopup()">Ok, understood</button>
|
||||
</div>
|
||||
<div class="top-bar">
|
||||
<div class="topnav">
|
||||
<a href="/">Home</a>
|
||||
|
||||
@@ -26,9 +26,18 @@
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
<script src="/scripts/policy-popup.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body onload="openPolicyPopup()">
|
||||
<div class="policy-popup" id="policy-popup">
|
||||
<h4>This website uses cookies.</h4>
|
||||
<p>We use cookies to ensure you the best experience.
|
||||
<br>
|
||||
By visiting our website, you agree with our <a href="/pages/policy.html" target="_blank">Privacy Policy</a>.
|
||||
</p>
|
||||
<button onclick="agreePolicyPopup()">Ok, understood</button>
|
||||
</div>
|
||||
<div class="top-bar">
|
||||
<div class="topnav">
|
||||
<a href="/">Home</a>
|
||||
|
||||
@@ -26,10 +26,18 @@
|
||||
})();
|
||||
</script>
|
||||
<!-- End Matomo Code -->
|
||||
|
||||
<script src="/scripts/policy-popup.js"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body onload="openPolicyPopup()">
|
||||
<div class="policy-popup" id="policy-popup">
|
||||
<h4>This website uses cookies.</h4>
|
||||
<p>We use cookies to ensure you the best experience.
|
||||
<br>
|
||||
By visiting our website, you agree with our <a href="/pages/policy.html" target="_blank">Privacy Policy</a>.
|
||||
</p>
|
||||
<button onclick="agreePolicyPopup()">Ok, understood</button>
|
||||
</div>
|
||||
<div class="top-bar">
|
||||
<div class="topnav">
|
||||
<a href="/">Home</a>
|
||||
|
||||
Reference in New Issue
Block a user