-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (43 loc) · 1.97 KB
/
index.html
File metadata and controls
63 lines (43 loc) · 1.97 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
<!Doctype html>
<html>
<head>
<meta charset="UFT-8">
<title>InstaPostCopy</title>
<link rel="stylesheet" href="./css/style.css" type="text/css">
</head>
<body>
<div>
<header>
<div class="container1">
<div class="fotoperfil">
<img src="./assets/html5.png" alt="">
</div>
<div class="icono">
<img src="./assets/masopciones.png" alt="">
</div>
<div class = "perfil">
<h1>HTML 5</h1>
<p>Rigoberto</p>
</div>
</div>
</header>
<div class="container2">
<div class = "fotoprincipal">
<img src="https://sobrefotos.com/wp-content/uploads/Roque-de-Anaga-frente-a-Tenerife-450x300.jpg" alt="">
</div>
<div class="iconos">
<img src="./assets/Corazon.png" alt="">
<img src="./assets/Comentar.png" alt="">
<img src="./assets/Compartir.png" alt="">
<img src="./assets/Guardar.png" alt="">
</div>
<div>
<p>Liked by <strong>4GeeksAcademy</strong>, <strong>html5</strong>, <strong>Web</strong> and <strong>100,000 others</strong></p>
</div>
<div>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ullamcorper sem arcu, mattis fermentum urna suscipit vel. Morbi tempus euismod mi, quis facilisis mauris auctor vel. Morbi sagittis auctor mauris, eget semper magna vulputate feugiat.</p>
</div>
</div>
</div>
</body>
</html>