BETA This is a new service — your feedback will help us to improve it.

Back to components

Cookie Policy

Example

HTML Snippet for Cookie Policy

<div id="containerSiteStatement">
    <div id="siteStatement">
        <div id="global-cookie-message" class="container-fluid">
            <p>Cookies - We use cookies to help improve your experience of using our website. For more information about the cookies we use see our <a href="#">privacy page</a>. If you continue without changing your cookie settings we assume that you are happy with our use of cookies. You can change your cookie settings at any time by following the instructions on our <a href="#">privacy page</a>.</p>
            <a class="submit" href="">Don't show this message again</a>
        </div>
    </div>
</div>
Back to top