diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-03 16:04:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-03 16:04:52 -0500 |
commit | 8863159339b73b7abd7d3f148dc0ad862994be07 (patch) | |
tree | 4e18539c643ada24b83494cde060a543fab5b740 /500.html | |
download | portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.lz portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.xz portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.zip |
first commit
Diffstat (limited to '500.html')
-rw-r--r-- | 500.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/500.html b/500.html new file mode 100644 index 0000000..ed0a12c --- /dev/null +++ b/500.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, hubo un error en el servidor</h2> + </body> +</html> |