Remove cookie consent until further notice
This commit is contained in:
parent
972e2e96e7
commit
67aefc37ab
1 changed files with 0 additions and 17 deletions
17
index.html
17
index.html
|
@ -2,7 +2,6 @@
|
|||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css" />
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1.0, shrink-to-fit=no, viewport-fit=cover">
|
||||
|
@ -62,22 +61,6 @@
|
|||
}
|
||||
};
|
||||
</script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js" data-cfasync="false"></script>
|
||||
<script>
|
||||
window.cookieconsent.initialise({
|
||||
"palette": {
|
||||
"popup": {
|
||||
"background": "#252e39"
|
||||
},
|
||||
"button": {
|
||||
"background": "#14a7d0"
|
||||
}
|
||||
},
|
||||
"theme": "edgeless",
|
||||
"position": "bottom-right"
|
||||
}
|
||||
);
|
||||
</script>
|
||||
<script src="docs/assets/js/main.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/docsify@4"></script>
|
||||
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0"></script>
|
||||
|
|
Loading…
Reference in a new issue