-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblogspot.html
33 lines (33 loc) · 1.06 KB
/
blogspot.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
29
30
31
32
33
<html>
<head>
<title>bienvenido a hyperblog</title>
<link rel="stylesheet" href="css/estilos.css">
</head>
<body>
<div id="container">
<div id="cabecera">
hyperblog
<span id="tagline">tu blog de
cabecera</span>
</div>
<div id="post">
<h1>Este es el titulo
atractivo e interesante del
post</h1>
<p>y este es el parrafo de</p>
inicio donde vamos a explicar las
las cosas increibles que se
pueden hacer con ramas
<p>los blogs son la mejor
forma de compartir
informacion y ideas.
mucho mas que ir a
conferencias o salir en
youtube. excepto si eres un rockstar pero
estadisticamente no lo eres
eres... por ahora</p>
<p>suscribete y dale like</p>
</div>
</div>
</body>
</html>