We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78229ad commit 37a7913Copy full SHA for 37a7913
1 file changed
Entregas/Proyecto/js/main.js
@@ -56,7 +56,7 @@
56
function mostrarLogin() {
57
let docuLogin = document.getElementById('contenido');
58
document.getElementById('contenido').innerHTML =`
59
- <div id="formlogin"><img src="/img/logo.jpg" alt="Logo">
+ <div id="formlogin"><img src="../Proyecto/img/logo.jpg" alt="Logo">
60
<BR><h2>Iniciar Sesión</h2>
61
<form class="formSubmit" action="#">
62
<input type="text" id="GetUsuario" placeholder="Usuario" required>
@@ -84,7 +84,7 @@
84
let docuRegister= document.getElementById('contenido');
85
event.preventDefault()
86
document.getElementById('contenido').innerHTML = `
87
88
89
<h2>Crea tu cuenta</h2>
90
0 commit comments