-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogpost.html
More file actions
39 lines (39 loc) · 1.34 KB
/
blogpost.html
File metadata and controls
39 lines (39 loc) · 1.34 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bienvenido a hyperblog 3.0</title>
<link rel="stylesheet" href="css/estilos.css">
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo" src="imagenes/dragon.png" alt="">
Hyperblog
<span id="tagline">Tu blog de cabecera</span>
</div>
<div id="post">
<h1>Este es el titulo interesante y
atractivo del post</h1>
<p>Este es el párrafo donde vamos a explicar
las cosas increíbles
que se pueden hacer con ramas</p>
<p><img src="Imagenes/california.jpg" width="100%"</p>
<p>
Los parrafos son la mejor manera
de compartir informacion y tus ideas.
Mucho mejor que ir a conferencias o salir
en youtube. Excepto si eres un rockstar.
Pero estadisticamente no lo eres... por ahora.
</p>
<p>
Suscribete y Dale Like
</p>
<div id="footer">
Hecho con amor en Platzi 💚
</div>
</div>
</div>
</body>
</html>