Advertisement
Guest User

Untitled

a guest
May 29th, 2015
338
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.62 KB | None | 0 0
  1. <html>
  2. <head>
  3. <script type="text/javascript">
  4.     var _iub = _iub || [];
  5.     _iub.csConfiguration = {
  6.         cookiePolicyId: ...,
  7.         siteId: ...,
  8.         lang: "it"
  9.     };
  10.     (function (w, d) {
  11.         var loader = function () { var s = d.createElement("script"), tag = d.getElementsByTagName("script")[0]; s.src = "//cdn.iubenda.com/cookie_solution/iubenda_cs.js"; tag.parentNode.insertBefore(s, tag); };
  12.         if (w.addEventListener) { w.addEventListener("load", loader, false); } else if (w.attachEvent) { w.attachEvent("onload", loader); } else { w.onload = loader; }
  13.     })(window, document);
  14. </script>
  15. </head>
  16. <body>
  17. Iubenda test
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement