-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathcookie_banner.php
38 lines (33 loc) · 960 Bytes
/
cookie_banner.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>Cookies_banner</title>
<link rel="stylesheet" href="CSS/cookie_banner.css" />
<style>
</style>
</head>
<body>
<div class="wrapper">
<h1>
</h1>
<p></p>
</div>
<div class="cookie-container">
<p><center>
We use cookies in this website to give you the best experience on our
site and show you relevant ads. To find out more, read our
<a href="./PHP/Privacy & Policy.php">privacy policy</a> and <a href="#">cookie policy</a>.
</center></p>
<button class="cookie-btn">
Accept
</button>
<button class="manage-cookie-btn">
Manage Cookies
</button>
</div>
<script src="JS/cookie_banner.js"></script>
</body>
</html>