UNPKG

bootstrap-cookie-consent-settings

Version:

Settings dialog in Bootstrap 5 and framework to handle the EU law (may 2020) about cookies in a website

18 lines (17 loc) 740 B
<!doctype html> <html lang="en"> <head> <meta charset="UTF-8"/> <meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0"/> <meta http-equiv="X-UA-Compatible" content="ie=edge"/> <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.0/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-KyZXEAg3QhqLMpG8r+8fhAXLRk2vvoC2f3B09zVXn8CA5QIVfZOJ3BCsw2P0p/We" crossorigin="anonymous"> <title>bootstrap-cookie-banner demo page</title> </head> <body> <div class="container"> <h1><a href="../">bootstrap-cookie-consent-settings</a></h1> <p>This is the privacy policy dummy page.</p> <p>You have to set the privacy policy URL in your content files.</p> </div> </body> </html>