Here you go, it is kind of rusty, you can probably improve the css styling yourself
<div class="cookies">
<p>By browsing this site, you agree to abide by our cookie policy found <a href="https://cookies.insites.com/">here</a>
</div>
<style>
.cookies {
display: block;
left: 325px;
position: fixed;
max-width: 786px;
z-index: 1001;
top: 17px;
}
</style>