-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathblogpost.html
More file actions
42 lines (40 loc) · 1.35 KB
/
blogpost.html
File metadata and controls
42 lines (40 loc) · 1.35 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
<!DOCTYPE html>
<head>
<title>Bienvenido a Hyperblog 2.0 es un blog del futuro</title>
<meta charset="utf-8">
<link rel ="stylesheet" href ="css/estilos.css"/>
</head>
<body>
<div id ="container">
<div id = "cabecera">
<img id = "logo" src="imagenes/logo.png"/>
HyperBlog
<span id = "tagline">Tu blog de
cabecera</span>
</div>
<div id = "post">
<h1>Este es el título
atractivo e interesante del
post</h1>
<p>Y este es el parrafo de
inicio donde vamos a explicar
las cosas increíbles que se
pueden hacer con ramas.</p>
<p><img src= "https://scontent.fmex3-1.fna.fbcdn.net/v/t1.0-9/41395078_2372756792738892_162684204302204928_o.jpg?_nc_cat=104&ccb=2&_nc_sid=19026a&_nc_eui2=AeFd4qn9TCZ8zj8iS253kcl9bH0iwTFe-FZsfSLBMV74Vte8MvEuXSkB1yFXC0UglvaMwOU-uwoM9TJA0nflgdwQ&_nc_ohc=7z0cgytTQm8AX_DHNxq&_nc_ht=scontent.fmex3-1.fna&oh=f157b69dbbac3498ca99b4c193206b41&oe=5FE620BA" width="100%"/></p>
<p>Los blogs son la mejor
forma de compartir
información y tus ideas.
Mucho más que ir a
conferencias o salir en
Youtube. Excepto si eres
un rockstar. Pero
estadísticamente no lo eres...
por ahora.</p>
<p>¡Suscríbete y dale like!</p>
</div>
<div id="footer">
Hecho con amor en mi oficina <3
</div>
</div>
</body>
</html>