-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 835 Bytes
/
index.html
File metadata and controls
20 lines (20 loc) · 835 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="description" content="mates basicas con js">
<meta name="viewport" content="width=deivce-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<title>mates basicas con js</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<main>
<div class="enlaces">
<div><a href="./cuponDescuentos/descuentos.html">Como calcular un descuento</a><hr></div>
<div><a href="./estadisticaBasica/calcularPMM.html">Calcular Promedio | Media | Moda</a><hr></div>
<div><a href="./graficoSalarial/analisisSalarial.html">Analisis Salarial</a><hr></div>
</div>
</main>
</body>
</html>