Skip to content

Commit ba4688e

Browse files
authored
Update privacidad.html
1 parent 3eb5229 commit ba4688e

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

es/privacidad.html

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
1-
<html>
2-
<head>
3-
<meta name="viewport" content="width=device-width, initial-scale=1">
4-
<link rel="stylesheet" href="../index.css">
5-
<link rel="icon" href="../img/GROUVEX.png">
1+
<!DOCTYPE html>
2+
<html lang="es">
63
<script src="../jquery-3.5.1.min.js"></script>
7-
<script src="../index.js"></script>
8-
</head>
9-
<body>
10-
<script>
11-
$(function(){
12-
$("#header").load("../header.html");
13-
});
4+
<script>
145
$(function(){
156
$("#menu").load("../menu.html");
167
});
@@ -21,6 +12,16 @@
2112
$("#news").load("news.html");
2213
});
2314
</script>
15+
<head>
16+
<meta name="viewport" content="width=device-width, initial-scale=1" charset="UTF-8">
17+
<link rel="stylesheet" href="../index.css">
18+
<link rel="icon" href="../img/GROUVEX.png">
19+
<script src="../index.js"></script>
20+
<div id="cookieBanner" style="display: none; position: fixed; bottom: 0; width: 100%; background: #000000; 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">
@@ -30,7 +31,9 @@
3031
<div class="avatar1"><a href="https://grouvex.github.io"><img src="../img/Grouvex1.png" alt="Avatar" class="avatar1"></a></div>
3132
<div style="color:blue;font-size:40px;cursor:pointer" onclick="openNav()"></div>
3233
</mainTop>
34+
</head>
3335
<div id="menu"></div>
36+
<body>
3437
<main>
3538
<!-- Título & Texto -->
3639
<h1>Privacidad</h1>

0 commit comments

Comments
 (0)