-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>Atletas de Moçambique </title>
</head>
<body>
<header>
<h1> Atletas de Moçambique </h1>
</header>
<main>
<section >
<input type ="text" placeholder="Digite o nome do atleta" id="campo-pesquisa"/>
<button onclick="Pesquisar()"> Pesquisar</button>
</section >
<section class="resultados-pesquisa"
Id="resultados-pesquisa">
</section>
</main>
<footer>
<p> 2025 - Atletas de Moçambique. todos os diretos reservados</p>
<p>Este site foi criado com base nas aulas dadas no curso avançado da alura de 5 aulas. o site foi feito por <a href="https://www.instagram.com/_faimo/">Faimo Mamudo</a> aos 06/09/2024</p>
</footer>
<script src="dados.js"></script>
<script src="app.js"></script>
</body>
</html>