Skip to content
Snippets Groups Projects
Commit ec527e9a authored by lordjbs's avatar lordjbs
Browse files

bruh i dont even use cookies anymore

parent e0f38bd5
No related branches found
No related tags found
No related merge requests found
...@@ -18,27 +18,6 @@ ...@@ -18,27 +18,6 @@
<footer class="footer"> <footer class="footer">
<p>made by <a class="link" href="https://github.com/lordjbs">jbs</a></p> <p>made by <a class="link" href="https://github.com/lordjbs">jbs</a></p>
</footer> </footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.0/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function() {
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#efefef",
"text": "#404040"
},
"button": {
"background": "#66bb6a",
"text": "#ffffff"
}
},
"theme": "edgeless",
"position": "bottom-right"
})
});
</script>
<script src="/static/main.js"></script> <script src="/static/main.js"></script>
</body> </body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment