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