-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (22 loc) · 880 Bytes
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=, initial-scale=1.0">
<title>My first site</title>
<link rel="stylesheet" href="estilos/style.css">
</head>
<body>
<main>
<h1>Hello, World!</h1>
<hr>
<article>
<p>Hello World!!</p>
<p>Criando meu primeiro site e repositório no GitHub, achei muito legal conseguir fazer tudo isso e em pouco tempo, não seria possível sem a ajuda do Professor Gustavo Guanabara, excelente professor.</p>
<p>Achei incrível toda a sincronização que o GitHub consegue fazer e como fica tudo bem rápido no repositório.</p>
<p>Tenho bastante ideia de algumas coisas para poder criar, tanto em HTML e aplicativos.</p>
</article>
</main>
</body>
</html>