35 lines
1.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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-consent-settings demo page</title>
</head>
<body>
<div class="container mt-5">
<h1>bootstrap-cookie-consent-settings demo page</h1>
<p>This is a modal dialog (cookie banner) and framework to handle the German and EU law (as written by EuGH,
1.10.2019 C-673/17) about cookies in a website. <b>This banner requires Bootstrap.</b></p>
<p>We also have <b>another</b>, smaller cookie banner, <b>without dependencies</b>, which
does not offer the user an advanced configuration. You can find it in GitHub as
<a href="https://github.com/shaack/cookie-consent-js">cookie-consent-js</a>.</p>
<h2>Example</h2>
<ul>
<li><a href="examples/cookie-banner-example.html">Cookie consent banner with reload after selection</a></li>
</ul>
<h2>Further Information</h2>
<ul>
<li>
<a href="https://github.com/shaack/bootstrap-cookie-consent-settings">GitHub Repository and
Documentation</a>
</li>
<li>
<a href="https://www.npmjs.com/package/bootstrap-cookie-consent-settings">npm package</a>
</li>
</ul>
</div>
</body>
</html>