-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (28 loc) · 881 Bytes
/
index.html
File metadata and controls
37 lines (28 loc) · 881 Bytes
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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>Aula de HTML</title>
<link rel="stylesheet" type="text/css" href="reset.css">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<img id="logo" src="img2.jfif" width="280px" height="200px">
<h1>Formadores em ação</h1>
<!DOCTYPE html>
<html>
<body>
<h1>Grupo de Estudos</h1>
<h2>Formadores em Ação - Programação Ensino Médio</h2>
<p>O Grupo de Estudos de Formadores em Ação tem como objeto</p>
<header>
<nav>
<ul>
<li><a href="index.html">Nosso grupo</a></li>
<li><a href="historia.html">Sobre o Formadores</a></li>
<li><a href="https://www.google.com.br/">Inscrição no Formadores</a></li>
<li><a href="https://www.tecmundo.com.br/">Inscrição na Tutoria</a></li>
</ul>
</nav>
</header>
</body>
</html>