-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBlogpost.html
More file actions
25 lines (25 loc) · 862 Bytes
/
Blogpost.html
File metadata and controls
25 lines (25 loc) · 862 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
<html>
<head>
<title>Bienvenido a Mi Blog 2.0</title>
<link rel="stylesheet" href="css/estilos.css" />
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo" src="imagenes/Vader1.png" />
Mi-Blog
<span id="tagline"> El Blog de cabecera</span>
</div>
<div id="post">
<h1>Este es el título del post</h1>
<p>Este es el párrafo de inicio para las explicaciones</p>
<p>Los blogs sirven para muchas cosas</p>
<p><img src="imagenes/darkside.jpg" width="100%" /></p>
<p>Suscribete y dale like</p>
</div>
<div id="footer">
Este es el Footer
</div>
</div>
</body>
</html>