File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6060 function mostrarLogin ( ) {
6161 let docuLogin = document . getElementById ( 'contenido' ) ;
6262 document . getElementById ( 'contenido' ) . innerHTML = `
63- <div id="formlogin"><img src="/img/logo.jpg" alt="Logo">
63+ <div id="formlogin"><img src=". /img/logo.jpg" alt="Logo">
6464 <BR><h2>Iniciar Sesión</h2>
6565 <form class="formSubmit" action="#">
6666 <input type="text" id="GetUsuario" placeholder="Usuario" required>
8888 let docuRegister = document . getElementById ( 'contenido' ) ;
8989 event . preventDefault ( )
9090 document . getElementById ( 'contenido' ) . innerHTML = `
91- <div id="formlogin"><img src="/img/logo.jpg" alt="Logo">
91+ <div id="formlogin"><img src=". /img/logo.jpg" alt="Logo">
9292 <h2>Crea tu cuenta</h2>
9393 <form class="formSubmit" action="#">
9494 <input type="text" id="SetNombre" placeholder="Nombre" required>
You can’t perform that action at this time.
0 commit comments