-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhtml.html
27 lines (24 loc) · 852 Bytes
/
html.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
<html>
<head>
<title>El titulo del post 2.0</title>
<link rel="stylesheet" href="css/estilos.css">
<meta charset="UTF-8">
</head>
<body>
<div id="container">
<div id="header">
<img id="logo" src="imagenes/dragon.png" /> Hyperblog
<span id="tagline">Tu blog de comienzo</span>
</div>
<div id="post">
<h1>Aqui vamos a hacer una historia muy bacana</h1>
<p>este es el primer parrafo de toda mi biografia en la cual voy a explicar absolutamente todo sobre mi
</p>
<p> <img src="https://i.imgur.com/p8VjAVL.jpg" /> </p>
<p>Los blog son el futuro de la sociedad como ente conciente ante la invasion inevitable de los trisolarianos
</p>
<p>suscribete y dale like</p>
</div>
</div>
</body>
</html>