aboutsummaryrefslogtreecommitdiffstats
path: root/403.html
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-01-03 16:04:52 -0500
committerJesús <heckyel@hyperbola.info>2019-01-03 16:04:52 -0500
commit8863159339b73b7abd7d3f148dc0ad862994be07 (patch)
tree4e18539c643ada24b83494cde060a543fab5b740 /403.html
downloadportfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.lz
portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.xz
portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.zip
first commit
Diffstat (limited to '403.html')
-rw-r--r--403.html21
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>