-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathonetrust.html
More file actions
28 lines (19 loc) · 772 Bytes
/
Copy pathonetrust.html
File metadata and controls
28 lines (19 loc) · 772 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<title>OneTrust Consent Demo</title>
<script src="https://cdn.cookielaw.org/consent/076207ce-7604-4564-996c-fda402c17882.js" type="text/javascript" charset="UTF-8"></script>
<script src="https://joe-ayoub-segment.github.io/onetrust.js" type="text/javascript" charset="UTF-8"></script>
</head>
<body>
<div></div>
<span>hello world 1</span>
<div id="root"></div>
<a class="optanon-show-settings"> show consent popup</a>
<br/><br/><br/><br/><br/>
<div id="optanon-cookie-policy"></div>
</body>
</html>