18 lines
736 B
HTML
18 lines
736 B
HTML
<!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 legal notice dummy page.</p>
|
|
<p>You have to set the legal notice URL in your content files.</p>
|
|
</div>
|
|
</body>
|
|
</html>
|