-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathayuda.html
36 lines (35 loc) · 1.39 KB
/
ayuda.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
36
<!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="stylesheet" href="allCss.css">
<link rel="stylesheet" href="normalize.css">
<title>Ayuda </title>
</head>
<body>
<header>
<nav>
<legend>Nba Arg</legend>
<ul>
<li><a href="index.html">Principal</a></li>
<li><a href="ayuda.html">Ayuda</a></li>
<li><a href="contacto.html">Contacto</a></li>
<li><a href="galeria.html">galeria</a></li>
</ul>
</nav>
</header>
<div class="contenedorA">
<main class="mainA">
<h3>¿Que es esta pagina ?</h3>
<p>Nba Arg es un blog que mantiene informado a los fanes de la nba sobre cada uno de nuestros representantes en la liga mas competitva del mundo de baloncesto.
<br> Actualmente somos un equipo de administardores que junta informacion de paginas confiables y nuestro plan a futuro es poder cubrir todos los partidos nba de argentinos presencialmente trayendo ademas de noticias estadisticas y highlights de cada juego.
</p>
</main>
</div>
<footer class="footerCon">
Todos los derechos reservados 2022 Coro reader Juan Manuel
</footer>
</body>
</html>