-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (27 loc) · 910 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
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<input type="checkbox" id="check">
<label id="icone" for="check"><img height="40px" src="imagens/menu.png"></label>
<div class="barra">
<nav>
<a href="index.html"><div class="link">Home</div></a>
<a href="campi.html"><div class="link">Campi</div></a>
<a href="Graficos.html"><div class="link">Gráficos</div></a>
<a href="sobre.html"><div class="link">Sobre</div></a>
<a href="contato.html"><div class="link">Contato</div></a>
</nav>
</div>
<div id="principalhome" >
<div><img id="divlogo" src="imagens/Fundohome3.png"></div>
</div>
<div id="Parceria">
<p> Parceria </p><br>
<a href="http://www.campusmap.ufpr.br/"><img src="imagens/ucmlogo.png" height="80px"></a>
</div>
</body>
</html>