-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfotos.html
More file actions
61 lines (55 loc) · 1.84 KB
/
fotos.html
File metadata and controls
61 lines (55 loc) · 1.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Robert API - Fotos</title>
<link rel="stylesheet" href="./sass/style.css">
<link rel="stylesheet" href="./sass/bootstrap.min.css">
</head>
<body class="">
<div class="d-flex m-0 justify-content-center alert alert-dismissible alert-primary">
<!-- <button type="button" class="close" data-dismiss="alert">×</button> -->
<p class="mb-0 text-white ">
Esto fue creado para practicar con REST, JSON...Hechale un vistazo a mi Github:
<a href="https://github.com/Robertrm0" target="_blank" class="alert-link">
AQUI!
</a>.
</p>
</div>
<header class="" >
<div class="container">
<div class="div-menu">
<div class="d-logo">
<p>Robert API</p>
</div>
<div class="d-link">
<a href="index.html">Inicio</a>
<a href="clientes.html">Api de Clientes</a>
<a href="https://robertrm0.github.io" target="_blank" >Sobre Mi</a>
</div>
</div>
</div>
</header>
<div class="container">
<div class="text-center p-4">
<h1>Traendo Fotos de una Api</h1>
</div>
<!--para la carga-->
<div class="divCarga text-center ">
</div>
<div class="p-2" >
<div class="result">
</div>
</div>
<div class="d-siguiente p-4 text-center">
<a href="#" id="verOtras" class="btn btn-lg btn-primary" >
Ver mas
</a>
</div>
</div>
<footer>
</footer>
<script src="./js/fotos.js"></script>
</body>
</html>