-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindexold.html
32 lines (32 loc) · 1.09 KB
/
indexold.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
<!DOCTYPE html>
<html lang="es">
<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">
<title>Pseudo Clases y Pseudo elementos</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<header>
<img src="img/Logo_CDMX.png" alt="Girl in a jacket" width="300" height="72">
<img src="img/Logo_Dependencia.png" alt="Girl in a jacket" width="360" height="72">
<h4>Base de Datos Meteorológica Integral de Alerta Temprana</h4>
<nav>
<ul class="header-nav">
<li class="header-nav__item"><a href="#">Inicio</a></li>
<li class="header-nav__item"><a href="#">Lluvia</a></li>
<li class="header-nav__item"><a href="#">Máximas</a></li>
<li class="header-nav__item"><a href="#">Mínimas</a></li>
<li class="header-nav__item"><a href="#">Vientos</a></li>
<li class="header-nav__item"><a href="#">UV</a></li>
</ul>
</nav>
</header>
<main>
<php?
include 'control/muestraEstremos.php';
?>
</main>
</body>
</html>