forked from Camiverry/Mi-Blog
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBlogpost.html
More file actions
24 lines (24 loc) · 786 Bytes
/
Blogpost.html
File metadata and controls
24 lines (24 loc) · 786 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
<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>Suscribete y dale like</p>
</div>
<div id="footer">
Este es el Footer
</div>
</div>
</body>
</html>