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>Acceso a base de datos</title>
10
11
 <script src="dompurify/purify.min.js"></script>
12
 <script type="module" src="libclienteweb/manejaErrores.js"></script>
13
14
</head>
15
16
<body">
17
18
 <h1>Acceso a base de datos</h1>
19
20
 <p><a href="agrega.html">Agregar</a></p>
21
22
 <ul id="lista">
23
  <li><progress max="100">Cargando…</progress></li>
24
 </ul>
25
26
 <script type="module">
27
28
  import { descargaVista } from "./libclienteweb/descargaVista.js"
29
30
  descargaVista("api/pasatiempo-vista-index.php")
31
32
 </script>
33
34
 </body>
35
36
</html>
skip_previous skip_next