E. error / idincorrecto.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>Valor de id incorrecto</title>
10
11</head>
12
13<body>
14
15 <h1>Valor de id incorrecto</h1>
16
17 <p>
18 O no se ha proporcionado el valor para id, o el valor proporcionado no es un
19 número entero.
20 </p>
21
22</body>
23
24</html>
skip_previous skip_next