-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogpost.html
27 lines (27 loc) · 1.05 KB
/
blogpost.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/css/estilos.css">
<title>Bienvenido a Hyperblog 2.0</title>
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo" src="/imagenes/dragon.png" alt="logo">
Hyperblog
<span id="tagline">Tu blog de cabecera</span>
</div>
<div id="post">
<h1>Este es el titulo atractivo e intersante del post</h1>
<p>Este es el primer párrafo donde vamos a explqicar las cosas increíbles que se pueden hacer con ramas</p>
<p><img src="/imagenes/Padel.jpeg" width= 100% alt="Torneo de padel"></p>
<p>Los blogs son la mejor forma de compartir infromacion y tus ideas. Mucho mas que conferencias o salir en Youtube.</p>
<p>Subscribite y dale like</p>
</div>
<div id="footer">Hecho con amor en Platzi 💚</div>
</div>
</body>
</html>