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