H. index.html

1
<!DOCTYPE html>
2
<html lang="es">
3
4
<head>
5
6
 <meta charset="UTF-8">
7
 <meta name="viewport" content="width=device-width">
8
9
 <title>Autenticación</title>
10
11
 <link rel="stylesheet" href="css/estilos.css">
12
 <script src="dompurify/purify.min.js"></script>
13
 <script type="module" src="libclienteweb/manejaErrores.js"></script>
14
 <script type="module" src="js/custom/mi-nav.js"></script>
15
16
</head>
17
18
<body>
19
20
 <mi-nav></mi-nav>
21
22
 <h1>Autenticación</h1>
23
24
 <p>Bienvenid@.</p>
25
26
 <script type="module" src="js/index.js"></script>
27
28
</body>
29
30
</html>
skip_previous skip_next