-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 865 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="pt-BR">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Dicionário que lista todas as mulheres que fizeram e ainda fazem parte da história do Brasil e do mundo."
/>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dicionário de Mulheres Negras</title>
<link rel="stylesheet" href="./src/css/style.css" />
</head>
<body>
<header>
<h1>Dicionário de mulheres negras</h1>
<p>
Dicionário que lista todas as mulheres que fizeram e ainda fazem parte
da história do Brasil e do mundo.
</p>
</header>
<section id="content" class="card-section"></section>
<script type="text/javascript" src="./src/js/script.js"></script>
</body>
</html>