Skip to content

Commit a3203e3

Browse files
committed
20240627_003
1 parent 35b8771 commit a3203e3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Entregas/Entrega3/index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<title>Login Proyecto CoderHouse</title>
6-
<link rel="stylesheet" href="../css/estilosMain.css">
7-
<script src="../js/jquery-3.1.1.min.js"></script>
8-
<script src="../js/main.js"></script>
5+
<title>Proyecto CoderHouse - Login </title>
6+
<link rel="stylesheet" href="./css/estilosMain.css">
7+
<script src="./js/jquery-3.1.1.min.js"></script>
8+
<script src="./js/main.js"></script>
99
</head>
1010
<body>
1111

1212
<div class="formContainer">
1313
<div id="contenido">
14-
<div id="formlogin"><img src="/Entregas/Entrega3/img/logo.jpg" alt="Logo">
14+
<div id="formlogin"><img src="./img/logo.jpg" alt="Logo">
1515
<BR><h2>Iniciar Sesión</h2>
1616
<form class="formSubmit" action="#">
1717
<input type="text" id="GetUsuario" placeholder="Usuario" required>

0 commit comments

Comments
 (0)