Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
AccountsRB authored Nov 8, 2024
1 parent c71e488 commit 9702122
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
left: 15px;
cursor: pointer;
z-index: 1;
aria-label="Abrir menú de navegación"
aria-label="Abrir menú de navegación"
}
.menu-icon div {
width: 30px;
Expand Down Expand Up @@ -85,18 +85,18 @@
<a href="https://forms.gle/ye9jdDVoPL47mWCdA" target="_blank">Formulario</a>
<a href="#">Discord</a>
<a href="https://www.roblox.et/generator/LegacyLinks/create" target="_blank">Crear</a>
<a href="#">Iniciar Sesion</a>
<a href="https://accountsv2.github.io/" target="_blank">Iniciar Sesion</a>
</div>

<div class="menu-icon" onclick="toggleMenu()" aria-label="Abrir menú de navegación">
<div class="menu-icon" onclick="toggleMenu()" aria-label="Abrir menú de navegación">
<div></div>
<div></div>
<div></div>
</div>

<div class="container">
<h1>Impex - Generador de enlaces</h1>
<p>Haz clic en el botón para ir a Discord:</p>
<p>Haz clic en el botón para ir a Discord:</p>
<button class="button" onclick="generarEnlace()">Entrar a Discord</button>
<p class="output" id="output"></p>
</div>
Expand All @@ -109,7 +109,7 @@ <h1>Impex - Generador de enlaces</h1>

function generarEnlace() {
const enlaceDestino = "https://discord.gg/Q6Qw3y9u9h";
const confirmar = window.confirm("¿Deseas ser redirigido a Discord?");
const confirmar = window.confirm("¿Deseas ser redirigido a Discord?");
if (confirmar) {
document.getElementById("output").textContent = "Redirigiendo a: " + enlaceDestino;
setTimeout(() => {
Expand All @@ -121,4 +121,4 @@ <h1>Impex - Generador de enlaces</h1>
}
</script>
</body>
</html>
</html>

0 comments on commit 9702122

Please sign in to comment.