Skip to content

Commit 0e11e55

Browse files
authored
Update grouvex.html
1 parent 333c8fd commit 0e11e55

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

es/grouvex.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
$(function(){
66
$("#menu").load("../menu.html");
77
});
8-
$(function(){
9-
$("#cookies").load("../cookies.html");
10-
});
118
$(function(){
129
$("#footer").load("footer.html");
1310
});
@@ -20,7 +17,11 @@
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">

0 commit comments

Comments
 (0)