-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathBlogPost.html
More file actions
37 lines (33 loc) · 1.65 KB
/
BlogPost.html
File metadata and controls
37 lines (33 loc) · 1.65 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
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>This is it</title>
<link rel="stylesheet" href="CSS/Estilos.CSS">
</head>
<body>
<div id="Container">
<div id="cabecera">
<img id="Logo" src="Images/LichessDown.png">
HyperBlog
<span id="tagline"> El señor Blog, the one and only</span>
</div>
<h1> Lichess is down</h1>
<div id="Post">
<p> Este mensaje es un párrafo para probar las ramas de Git</p>
<p><img id="Equipo" src="Images/FUN.png"></p>
<p> Al escribir comunicas con los demás el trabajo que estás haciendo</p>
<p> Leer expande tu vocabulario y eleva tus pensamientos, no solo es almacenar informaci&ocute;n </p>
<p> Nunca pares de aprender</p>
<p> Día a Día en constante sintonía</p>
<!-- <p><img href="https://imgur.com/gallery/coolest-halloween-decoration-ive-ever-seen-71scq5b"><img src="https://i.imgur.com/gallery/coolest-halloween-decoration-ive-ever-seen-71scq5b.jpg" width="100%"> </a></p> -->
<!-- <p><a href="https://imgur.com/P0uCD21"><img src="https://i.imgur.com/P0uCD2l.jpg" width="100%" title="descripcion de la imagen" /></a></p> -->
<p><a href="https://imgur.com/vyUDZ3a"><img src="https://i.imgur.com/vyUDZ3a.jpg" width="100%" title="Dreams" /></a></p>
</div>
<div id="footer">
<p> Desde Windows para el mundo</p>
</div>
</div>
</body>
</html>