File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 55 $ ( function ( ) {
66 $ ( "#menu" ) . load ( "../menu.html" ) ;
77 } ) ;
8- $ ( function ( ) {
9- $ ( "#cookies" ) . load ( "../cookies.html" ) ;
10- } ) ;
118 $ ( function ( ) {
129 $ ( "#footer" ) . load ( "footer.html" ) ;
1310 } ) ;
2017< link rel ="stylesheet " href ="../index.css ">
2118< link rel ="icon " href ="../img/GROUVEX.png ">
2219< script src ="../index.js "> </ script >
23- < div id ="cookies "> </ div >
20+ < div id ="cookieBanner " style ="display: none; position: fixed; bottom: 0; width: 100%; background: #f5f5f5; padding: 20px; text-align: center; ">
21+ < p > Este sitio web utiliza cookies para mejorar tu experiencia. < a href ="/privacidad#Politica-de-Cookies "> Más info</ a > </ p >
22+ < button onclick ="acceptCookies() "> Aceptar</ button >
23+ < button onclick ="declineCookies() "> Rechazar</ button >
24+ </ div >
2425< mainTop >
2526< news >
2627< div id ="notification ">
You can’t perform that action at this time.
0 commit comments