aboutsummaryrefslogtreecommitdiffstats
path: root/404.html
diff options
context:
space:
mode:
Diffstat (limited to '404.html')
-rw-r--r--404.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/404.html b/404.html
new file mode 100644
index 0000000..bfee5a5
--- /dev/null
+++ b/404.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html lang="es">
+ <head>
+ <meta charset="UTF-8"/>
+ <title>Portafolio</title>
+ <style>
+ body{
+ background: silver;
+ }
+ h2 {
+ color: darkblue;
+ text-align: center;
+ }
+ </style>
+ </head>
+ <body>
+ <div>
+ <h2>Error 404: P&aacute;gina no encontrada</h2>
+ </div>
+ </body>
+</html>