Hopefully added cookie conscent

pull/6/head
Hailey Clark 6 years ago
parent 31196d5c58
commit 88c84929fc
  1. 22
      templates/include/footer.html
  2. 22
      templates/include/header.html

@ -6,4 +6,24 @@
| <a href="/google/login">Login</a></div>
{% endif %}
<div class='footlinks'><a href ='/about'>About</a> <a href='/tos'>Terms of Service</a> | <a href="/pp">Privacy Policy</a></div>
</div>
</div>
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#64386b",
"text": "#ffcdfd"
},
"button": {
"background": "#f8a8ff",
"text": "#3f0045"
}
},
"theme": "edgeless",
"content": {
"message": "This website uses cookies to manage your private information and help secure data.",
"href": "thewords.faith/pp"
}
});
</script>

@ -12,24 +12,4 @@
<meta name="application-name" content="TheWords SMS App">
<meta name="msapplication-TileColor" content="#1d2f2e">
<meta name="theme-color" content="#ff0000">
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
<script>
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#64386b",
"text": "#ffcdfd"
},
"button": {
"background": "#f8a8ff",
"text": "#3f0045"
}
},
"theme": "edgeless",
"content": {
"message": "This website uses cookies to manage your private information and help secure data.",
"href": "thewords.faith/pp"
}
});
</script>
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />

Loading…
Cancel
Save