File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 48
48
< link rel ="stylesheet " href ="https://fonts.googleapis.com/icon?family=Material+Icons ">
49
49
< link rel ="stylesheet " href ="https://storage.googleapis.com/code.getmdl.io/1.1.3/material.indigo-pink.min.css ">
50
50
< link rel ="stylesheet " href ="stylesheets/styles.css ">
51
+
52
+ < link rel ="stylesheet " type ="text/css " href ="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.css " />
51
53
</ head >
52
54
< body class ="mdl-demo mdl-color--grey-100 mdl-color-text--grey-700 mdl-base ">
53
55
< div class ="mdl-layout mdl-js-layout mdl-layout--fixed-header ">
@@ -255,6 +257,7 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b> for Visual Studio
255
257
</ ul >
256
258
</ div >
257
259
</ footer >
260
+ < div id ="cookieconsent "> </ div >
258
261
</ div >
259
262
</ main >
260
263
</ div >
@@ -313,9 +316,25 @@ <h4 class="mdl-card__title-text"><b>LMS Slim Snippets</b> for Visual Studio
313
316
$ ( this ) . addClass ( 'is-active' ) ;
314
317
} )
315
318
</ script >
316
-
319
+
320
+ < script src ="https://cdn.jsdelivr.net/npm/cookieconsent@3/build/cookieconsent.min.js " data-cfasync ="false "> </ script >
321
+ < script >
322
+ window . cookieconsent . initialise ( {
323
+ "palette" : {
324
+ "popup" : {
325
+ "background" : "#000"
326
+ } ,
327
+ "button" : {
328
+ "background" : "#e91e63"
329
+ }
330
+ }
331
+ } ) ;
332
+ </ script >
333
+
334
+
317
335
< script async src ='js/autotrack.js '> </ script >
318
336
337
+
319
338
</ body >
320
339
</ html >
321
340
You can’t perform that action at this time.
0 commit comments