-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 844 Bytes
/
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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Calcula y compara cuánto vas a pagar de hipoteca según el euribor."
/>
<meta
name="keywords"
content="hipoteca, variable, fija, euribor, diferencial, capital, años, cuánto, cuanto, pagar"
/>
<meta name="language" content="ES" />
<meta name="robots" content="index,follow" />
<title>¿Cuánto pago de hipoteca?</title>
</head>
<body
class="mx-auto p-5 lg:py-5 lg:px-28 xl:px-56 2xl:px-72 lg:w-3/4"
lang="es"
translate="no"
>
<div id="root"></div>
<script type="module" src="./src/main.jsx"></script>
</body>
</html>