diff options
Diffstat (limited to '403.html')
-rw-r--r-- | 403.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/403.html b/403.html new file mode 100644 index 0000000..0d2ff3a --- /dev/null +++ b/403.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="es"> + <head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>Portafolio</title> + <style> + body{ + background: silver; + } + h2 { + color: darkblue; + text-align: center; + } + </style> + </head> + <body> + <h2>Lo sentimos, url perdida o no disponible.</h2> + </body> +</html> |