-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (29 loc) · 1.15 KB
/
index.html
File metadata and controls
30 lines (29 loc) · 1.15 KB
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
<!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">
<title>Bienvenido al Blog 2.0</title>
<link rel="stylesheet" href="Css/Styles.css">
</head>
<body>
<div id="container">
<div id="cabecera">
<img id="logo" src="images/dragon.png" alt="logo">
HyperBlog
<span id="tagline">Tu blog de cabecera</span>
</div>
<div id="post">
<h1>Este es el titulo atractivo e interesesante del post</h1>
<P>Y este es el párrafo de inicio donde vamos a explicar las cosas increíbles que se pueden hacer con ramas</P>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Laboriosam perspiciatis sit, eaque libero aspernatur
molestias nulla nihil consectetur inventore laborum excepturi numquam quo recusandae officia fuga possSimus aliquid et obcaecati.</p>
<p>Suscribete y dale like</p>
</div>
</div>
</body>
<footer id="footer">
Hecho com amor y platzi
</footer>
</html>