-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblogpost.html
26 lines (24 loc) · 877 Bytes
/
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
<<html>
<head>
<title>El titulo del post yo soy lolllll</title>
<link rel="stylesheet" href="css/estilos.css" />
</head>
<body>
<div id="container">
<div id="cabecera">
<div class="cat">
<img src="https://loremflickr.com/400/400" />
</div>
Cabecera
</div>
<div id="post">
<h1>Este es el título atractivo e interesante del post</h1>
<p>Y este es el párrafo de inicio donde vamos a explicar las cosas incréibles que se pueden hacer con ramas. Además holaaa</p>
<p>Me gusta el primero y también el último yolooooooo</p>
</div>
<div id="footer">
Este es el footer
</div>
</div>
</body>
</html>