-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogpost.html
More file actions
33 lines (30 loc) · 954 Bytes
/
blogpost.html
File metadata and controls
33 lines (30 loc) · 954 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>blog</title>
<link rel="stylesheet" href="css/estilos.css">
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo" src="imagenes/dragon.png" />
DaRealBlog
<span id="tagline">Tu blog real</span>
</div>
<div id="post">
<h1>Dandole duro</h1>
<p>Programando andando, full desarrollo</p>
<!--<p><img src="imagenes/aves.jpg" width="100%"/></p> -->
<p><img src="https://i.dlpng.com/static/png/5555148-goku-and-jiren-transparent-gif-on-imgur-jiren-transparent-518_292_preview.png" width="100%"/></p>
<p>los developers al mando, todo el mundo creando</p>
<p>suscribase likeando</p>
</div>
<div id="footer">
Hecho con amor :D
</div>
</div>
</body>
</html>