Skip to content

Commit

Permalink
Remove cookie consent and Highlight.js
Browse files Browse the repository at this point in the history
  • Loading branch information
dnrce authored and jjcarstens committed May 11, 2022
1 parent d68d396 commit 7ed36ad
Showing 1 changed file with 1 addition and 24 deletions.
25 changes: 1 addition & 24 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,31 +8,8 @@
<meta name="author" content="">

<title>NervesHub</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/styles/default.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/highlight.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.5.0/languages/bash.min.js"></script>
<script>hljs.highlightAll();</script>
<link rel="stylesheet" href="css/app.css">

<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/cookieconsent2/3.1.1/cookieconsent.min.js"></script>
<script>
window.addEventListener("load", function(){
window.cookieconsent.initialise({
"palette": {
"popup": {
"background": "#343a40"
},
"button": {
"background": "#f1d600"
}
},
"position": "bottom",
"content": {
"message": "NervesHub uses cookies to ensure you get the best experience we can provide."
}
})});
</script>
<link rel="stylesheet" href="css/app.css">
<link href="https://fonts.googleapis.com/css?family=Audiowide" rel="stylesheet">
</head>

Expand Down

0 comments on commit 7ed36ad

Please sign in to comment.