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 5858 function mostrarLogin ( ) {
5959 let docuLogin = document . getElementById ( 'contenido' ) ;
6060 document . getElementById ( 'contenido' ) . innerHTML = `
61- <div id="formlogin"><img src="/img/logo.jpg" alt="Logo">
61+ <div id="formlogin"><img src=". /img/logo.jpg" alt="Logo">
6262 <BR><h2>Iniciar Sesión</h2>
6363 <form class="formSubmit" action="#">
6464 <input type="text" id="GetUsuario" placeholder="Usuario" required>
8686 let docuRegister = document . getElementById ( 'contenido' ) ;
8787 event . preventDefault ( )
8888 document . getElementById ( 'contenido' ) . innerHTML = `
89- <div id="formlogin"><img src="/img/logo.jpg" alt="Logo">
89+ <div id="formlogin"><img src=". /img/logo.jpg" alt="Logo">
9090 <h2>Crea tu cuenta</h2>
9191 <form class="formSubmit" action="#">
9292 <input type="text" id="SetNombre" placeholder="Nombre" required>
You can’t perform that action at this time.
0 commit comments