-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cambio de clases, cambio de posicion de <script> y modificaiones de t…
…emplate
- Loading branch information
Showing
1 changed file
with
14 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,25 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<head> | ||
<meta charset="UTF-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
<title>Lista de libros</title> | ||
<link rel="stylesheet" href="assets/css/estilos.css"> | ||
<script src="../proyecto-henry-front/assets/js/logica.js"></script> | ||
<link rel="stylesheet" href="assets/css/estilos.css" /> | ||
|
||
<style> | ||
.user { | ||
/* border: 1px solid black; | ||
.user { | ||
/* border: 1px solid black; | ||
padding: 10px; */ | ||
} | ||
} | ||
</style> | ||
</head> | ||
</head> | ||
|
||
<body> | ||
<body> | ||
<section class="container"> | ||
<h1>Lista de libros por ususario</h1> | ||
<div id="users"></div> | ||
<!-- <div class="id"> | ||
<p>${user.userID} <br> ${user.id} </p> | ||
</div> | ||
<p>${user.title} <br> ${user.completed} </p> | ||
</div> | ||
|
||
</div> | ||
<script> | ||
<h1>Lista de libros por ususario</h1> | ||
<button id="btn">Click here</button> | ||
<div id="userContainer" class="users"></div> | ||
</section> | ||
<script src="assets/js/logica.js"></script> | ||
</body> | ||
</html> |