UNPKG

cookie-notice-js

Version:

Show a notice for European cookie law

20 lines (16 loc) 476 B
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>QUnit Example</title> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.18.0.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="http://code.jquery.com/jquery-2.1.4.min.js"></script> <script src="http://code.jquery.com/qunit/qunit-1.18.0.js"></script> <script src="tests.js"></script> <script src="../src/cookie.notice.js"></script> </body> </html>