-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (24 loc) · 1.24 KB
/
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
26
<!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">
<link rel="shortcut icon" href="PaginaWeb/Imagens/CEFET-logo.ico" type="image/x-icon">
<title>Visualização sobre a produção técnica brasileira: análise sobre os dados de patentes</title>
</head>
<body>
<!--<h1>Página Inicial</h1>-->
<h1>Produções Técnicas Brasileira</h1>
<h2>Patentes registradas nas últimas décadas:</h2>
<!--<p id = 'app'> </p>-->
<div class = "Patentes_total">
<iframe src = "PaginaWeb/map_patentes.html" height = "500"; width = "700"; frameBorder = "0" ></iframe>
<iframe src = "PaginaWeb/linha_patente_total.html" height = "450"; width = "700"; frameBorder = "0" ></iframe>
<iframe src = "PaginaWeb/grande area total.html" height = "450"; width = "700"; frameBorder = "0" ></iframe>
<iframe src = "PaginaWeb/titulacao_total.html" height = "450"; width = "700"; frameBorder = "0" ></iframe>
</div>
<h3>Divisão Por Estados:</h3>
<p>Clique aqui para ver a <a href="ditribuicao_por_estado.html" rel=""next>Distribuição Por Estado</a></p>
</body>
</html>