Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
trakenthewolf authored Sep 19, 2024
1 parent 3c8c492 commit 7f30295
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Generador de Contraseñas</title>
<link rel="stylesheet" href="styles.css">
<!-- Código de seguimiento de Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=TU_ID_DE_SEGUIMIENTO"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-6VVPL69Q1S');
</script>
</head>
<body>

Expand All @@ -30,7 +21,7 @@
<h1>Bienvenido al Generador de Contraseñas</h1>
<p>Este generador creará contraseñas con:</p>
<ul>
<li>Caracteres únicos</li>
<li>Caracteres especiales</li>
<li>Letras y números</li>
<li>Letras mayúsculas y minúsculas</li>
<li>Caracteres especiales</li>
Expand All @@ -57,9 +48,15 @@ <h1>Bienvenido al Generador de Contraseñas</h1>
</span>
<span class="text">MENU</span>
</button>
<a href="https://wa.link/de90rt">
<button class="contact-button">Contacto</button>
</a>

<button class="button-85" id="generate-button">Generar</button>
<button class="button-86" id="password-button" style="display: none;">Contraseña</button>
<a href="https://wa.link/de90rt">
<button class="contact-button">Contacto</button>
</a>

<!-- Sección de puntuaciones -->
<div class="score-section">
Expand All @@ -76,7 +73,6 @@ <h2>Puntuaciones de seguridad</h2>
<span id="close-copy-alert" class="close-btn">&times;</span>
<p>¡Contraseña copiada!</p>
</div>

<script src="script.js"></script>
</body>
</html>
Expand Down

0 comments on commit 7f30295

Please sign in to comment.