forked from StevensonGraj/GitGithub
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathblog.html
34 lines (34 loc) · 1.43 KB
/
blog.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
34
<!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">
<title>Blog for the Git and GitHub Course</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<div id="container">
<div id="header">
<h1>😎 COOL HEADER 😎 Proving SSH conection for GitHub and making from the VS code editor</h1>
<p id="tagline">Atr Cumbia Cajeteala Piola Gato</p>
</div>
<div id="post">
<h1>Welcome to the Jungle</h1>
<p>We are talking about ourselve at this blog, if you don't like it, go out, ahre not, it'a a joke</p>
<p>I do't know how to write now, only need a text for fill a space and practise the git and github.
</p>
<p>
Suscribe and eat fruit, if you don't do it, you'r a hp (Hernando Pérez)<br/>
It's funny that I don't use "tildes" because I'm writting in english<br/>
But I learn do the "tildes" with '&(letra)acute;'' ex: párrafo is 'párrafo'<br>
Now I'm trying to make a contribution from other user jeje.
</p>
</div>
<div id="footer">
<h1>Byeeee</h1>
<p>I hope that you enjoy a lot my Blog, come latter, I'll waiting for you</p>
</div>
</div>
</body>
</html>