-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.12 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
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html>
<link href="./css/site.css" rel="stylesheet" type="text/css">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<basefont color="red" size="5" face="liberation" />
</head>
<body id="index">
<nav>
<header>
<img class="imgLogo" src="./img/PontaLogo.png">
</header>
<nav>
<ul class="menu">
<li><a href="./academia.html" target="_blank">Academia</a></li>
<li><a href="./turmas.html" target="_blank">Turmas</a></li>
<li><a href="./cursos.html" target="_blank">Cursos</a></li>
<li><a href="./eventos.html" target="_blank">Eventos</a></li>
<li><a href="./matricula.html" target="_blank">Matrícula</a></li>
</ul>
</nav>
</nav>
<section>
<div class="marginBottom">
<div class="ptopbottom"><img src="./img/Academia.png"></div>
<div class="apres">Jazz - Ballet Clássico - Sapateado</div>
</div>
</section>
<footer class="ender">
<div>Av. Fred Ataire 234</div>
<div>Tel: (21) 1234-5678</div>
<div><a href="mailto:[email protected]" target="_top">[email protected]/div>
</footer>
</body>
<html>