| 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>Cue en blanco</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Cue en blanco</h1> | 
| 16 | |
| 17 | <h1>Pon texto en el campo cue.</h1> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>Datos incorrectos</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Datos incorrectos</h1> | 
| 16 | |
| 17 | <p>El cue y/o el match proporcionados son incorrectos.</p> | 
| 18 | </body> | 
| 19 | |
| 20 | </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>Error interno del servidor</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Error interno del servidor</h1> | 
| 16 | |
| 17 | <p>Se presentó de forma inesperada un error interno del servidor.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>Falta el cue</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Falta el cue</h1> | 
| 16 | |
| 17 | <p>La solicitud no tiene el valor de cue.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>Falta la descripción</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Falta la descripción</h1> | 
| 16 | |
| 17 | </body> | 
| 18 | |
| 19 | </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>Falta el id</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Falta el id</h1> | 
| 16 | |
| 17 | <p>La solicitud no tiene el valor de id.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>Falta el match</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Falta el match</h1> | 
| 16 | |
| 17 | <p>La solicitud no tiene el valor de match.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>Falta el nombre</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Falta el nombre</h1> | 
| 16 | |
| 17 | <p>La solicitud no tiene el valor de nombre.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>Id en blanco</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Id en blanco</h1> | 
| 16 | |
| 17 | </body> | 
| 18 | |
| 19 | </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>Match en blanco</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Match en blanco</h1> | 
| 16 | |
| 17 | <h1>Pon texto en el campo match.</h1> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>No autorizado</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>No autorizado</h1> | 
| 16 | |
| 17 | <p>No está autorizado para usar este recurso.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>El valor devuelto no puede representarse como JSON</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>El valor devuelto no puede representarse como JSON</h1> | 
| 16 | |
| 17 | <p> | 
| 18 | Debido a un error interno del servidor, la respuesta generada, no se puede | 
| 19 | recuperar. | 
| 20 | </p> | 
| 21 | |
| 22 | </body> | 
| 23 | |
| 24 | </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>Nombre en blanco</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Nombre en blanco</h1> | 
| 16 | |
| 17 | <p>Pon texto en el campo nombre.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>Pasatiempo no encontrado</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Pasatiempo no encontrado</h1> | 
| 16 | |
| 17 | <p>No se encontró ningún pasatiempo con el id solicitado.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </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>El resultado no puede representarse como JSON</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>El resultado no puede representarse como JSON</h1> | 
| 16 | |
| 17 | <p> | 
| 18 | Debido a un error interno del servidor, el resultado generado, no se puede | 
| 19 | recuperar. | 
| 20 | </p> | 
| 21 | |
| 22 | </body> | 
| 23 | |
| 24 | </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>Tipo incorrecto para un rol</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Tipo incorrecto para un rol</h1> | 
| 16 | |
| 17 | </body> | 
| 18 | |
| 19 | </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>Sesión iniciada</title> | 
| 10 | |
| 11 | </head> | 
| 12 | |
| 13 | <body> | 
| 14 | |
| 15 | <h1>Sesión iniciada</h1> | 
| 16 | |
| 17 | <p>La sesión ya está iniciada.</p> | 
| 18 | |
| 19 | </body> | 
| 20 | |
| 21 | </html> |