F. 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>Uso de tokens</title>
10
11
 <script type="module" src="libclienteweb/manejaErrores.js"></script>
12
13
</head>
14
15
<body>
16
17
 <h1>Uso de tokens</h1>
18
19
 <p>
20
  <a href="formulario.html">Servicio que procesa un formulario con token.</a>
21
 </p>
22
23
 </form>
24
25
</body>
26
27
</html>
skip_previous skip_next