-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathblogspot.html
More file actions
30 lines (28 loc) · 1.2 KB
/
blogspot.html
File metadata and controls
30 lines (28 loc) · 1.2 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">
<link rel="stylesheet" href="css/estilos.css">
<title>bienvenidos al blog 2.0</title>
</head>
<body>
<div id="container">
<div id="cabecera">
<img src="http://drive.google.com/uc?export=view&id=1cHxMvo2yAjaoS26x4-T_xyc0vyNTFpo7" id="logo">
Hyperblog <span id="tagline">tu blog de cabecera</span>
</div>
<div class="post">
<h1>Este es el título principal para un blogpost</h1>
<p>Un primer parrafo el cual debería ser mas extenso pero como no se que decir sera mas corto</p>
<p><img src="http://drive.google.com/uc?export=view&id=1tcd4lJf1vYre41eQkPHuxVZp1n4lM9yc" id="principal"></p>
<p>Este es un segundo parrafo el cual tiene que ser mucho mas grande que el primero pero como no tengo que poner o que decir el parrafo no sera tan grande</p>
<p>Aquí es un tercer parrafo que será muy corto</p>
</div>
<div id="footer">
Hecho en virtual box con windows
</div>
</div>
</body>
</html>