-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathblogpost.html
28 lines (27 loc) · 964 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
27
28
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Bienvenidos a hyperblog 2.0</title>
<link rel="stylesheet" href="css/Style.css" />
</head>
<body>
<div class="container">
<div class="cabesera">
Hyperblog <span id="tagline">Éste es tu blog del fituro</span>
</div>
<div class="post">
<h1>Este es el Título atractivo e imperativo del blogpost 2.0</h1>
<p>
y éste es el p´arrafo del inicio donde bamos a explicar las cosas
increíbles de que se pueden hacer con las git restóre
</p>
<p>
Los blog son la mejor forma de compratir Informacion de tus ideas
Muchos mas que ir a comferencias y ir a youtube. exeto si erws un
rockstar. Pero estadisticamente no lo eres.....por ahára
</p>
</div>
</div>
</body>
</html>