Skip to content

Commit ce7b715

Browse files
committed
002
1 parent 520db12 commit ce7b715

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+884
-38
lines changed

Clase 16 - Ajax & Fetch/index.html

Lines changed: 0 additions & 22 deletions
This file was deleted.

Clase 16 - Ajax & Fetch/index.js

Lines changed: 0 additions & 7 deletions
This file was deleted.
Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,7 @@ body {
1111
background-color: #0f4c75;
1212
box-sizing: border-box;
1313
}
14-
/* .divP{
15-
align-items: center;
16-
justify-content: center;
17-
text-align: center;
18-
padding: 0px;
19-
border: 20px;
20-
text-align: center;
21-
} */
14+
2215

2316
.PTitulo {
2417
justify-content: center;
@@ -50,4 +43,5 @@ body {
5043
padding-bottom: 10px;
5144
width: 90%;
5245
border-radius: 35px 0px 35px 0px;
53-
}
46+
}
47+
58.4 KB
Loading
1010 KB
Loading
184 KB
Loading
1.62 MB
Loading
96.1 KB
Loading
244 KB
Loading

Clase 16 - Ajax_Fetch/index.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<link rel="stylesheet" href="estilos.css" type="text/css">
7+
<script defer src="./index.js"></script>
8+
<title>CLASE 14 </title>
9+
</head>
10+
<body>
11+
<p class="PTitulo">CLASE 14 - FETCH Y AJAX
12+
Clase de usos del FETCH que sustituye a AJAX</P>
13+
<br>
14+
15+
<main>
16+
<section id="item-producto"></section>
17+
</main>
18+
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)