-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
89 lines (78 loc) · 2.29 KB
/
Copy pathindex.html
File metadata and controls
89 lines (78 loc) · 2.29 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./images/logo-mava.png" type="image/x-icon">
<title>Crud Flow</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<main>
<div class="text-container">
<h1>notas de una coder fullstack</h1>
</div>
<br>
<section class="frame">
<br>
<h2 class="logo-meetUp"> Get</h2>
<br>
<div class="info">
<article>
<img src="./images/GetImg.png" alt="">
<!-- <p>Mava Figallo <br>Coder & Agile Lover</p> -->
</article>
</div>
<br><br>
</section>
<br><br>
<section class="frame">
<br>
<h2 class="logo-meetUp"> Post</h2>
<br>
<div class="info">
<article>
<img src="./images/postImg.png" alt="">
<!-- <p>Mava Figallo <br>Coder & Agile Lover</p> -->
</article>
</div>
<br><br>
</section>
<br><br>
<section class="frame">
<br>
<h2 class="logo-meetUp"> Put</h2>
<br>
<div class="info">
<article>
<img src="./images/PutImg.png" alt="">
<!-- <p>Mava Figallo <br>Coder & Agile Lover</p> -->
</article>
</div>
<br><br>
</section>
<br> <br>
<section class="frame">
<br>
<h2 class="logo-meetUp">Delete</h2>
<br>
<div class="info">
<article>
<img src="./images/DeleteImg.png" alt="">
<!-- <p>Mava Figallo <br>Coder & Agile Lover</p> -->
</article>
</div>
<br><br>
</section>
<br><br>
</main>
<footer>
<div class="bottom-footer">
<h6>
Copyright ©
<a href="#home" style="text-decoration: none;">MavaFiza</a> - All rights reserved
</h6>
</div>
</footer>
</body>
</html>