Skip to content

Commit 35b8771

Browse files
committed
20240627_002
1 parent 601f668 commit 35b8771

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Entregas/Entrega3/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
<head>
44
<meta charset="UTF-8">
55
<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>
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="/img/logo.jpg" alt="Logo">
14+
<div id="formlogin"><img src="/Entregas/Entrega3/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)