UNPKG

cookie-consent-js

Version:

A simple dialog and framework to handle the EU law (as written by EuGH, 1.10.2019 – C-673/17) about cookies in a website.

18 lines 468 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>cookie-consent-js test</title> <link href="../src/cookie-consent.css" rel="stylesheet"/> <script src="../src/cookie-consent.js"></script> </head> <body> <div id="mocha"></div> <script type="module"> import {teevi} from "../node_modules/teevi/src/teevi.js" import "./Test.js" teevi.run() </script> </body> </html>