{% block header %}
{% include "default_header.njk" %}
diff --git a/css/main.scss b/css/main.scss
index 7f51528..2d6945b 100644
--- a/css/main.scss
+++ b/css/main.scss
@@ -55,6 +55,40 @@ body {
@media (min-width: general.$breakpoint) { #mobile-warning { display: none; }}
}
+// 404
+#fof {
+ border: none;
+ .fof {
+ display: flex;
+ justify-content: flex-start;
+ flex-direction: column;
+ width: 100%;
+ h1 {
+ margin: 10px 10px 0px 10px;
+ font-family: fonts.$ll;
+ text-align: center;
+ text-decoration: none;
+ }
+ img {
+ max-width: fit-content;
+ display: block;
+ margin: auto;
+ }
+ .fof-foot {
+ display: flex;
+ justify-content: flex-start;
+ flex-direction: row;
+ justify-content: space-between;
+ width: 780px;
+ margin: 0px auto;
+ p {
+ font-family: fonts.$ll, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ font-size: 1.2em;
+ }
+ }
+ }
+}
+
.header-wrapper {
display: flex;
align-items: flex-start;
diff --git a/en/404.njk b/en/404.njk
new file mode 100644
index 0000000..6bc536b
--- /dev/null
+++ b/en/404.njk
@@ -0,0 +1,23 @@
+---
+title: 404 not found
+---
+{% extends "_layouts/base.njk" %}
+
+{% block main_page_wrapper %}
+
+{% endblock main_page_wrapper %}
+
+{% block header %}{% endblock header %}
+
+{% block content %}
+
+{% endblock content %}
+
+{% block footer %}{% endblock footer %}
diff --git a/en/index.md b/en/index.md
index 1642aac..2b801f8 100644
--- a/en/index.md
+++ b/en/index.md
@@ -6,7 +6,7 @@ layout: home
welcome to my site!! as with every website this is a heavy work in progress. however my priorities right now are:
- atom feed
- mobile support
-- 404 page
+- ~~404 page~~
- all pages marked as "under construction"

diff --git a/es/404.njk b/es/404.njk
new file mode 100644
index 0000000..6bc536b
--- /dev/null
+++ b/es/404.njk
@@ -0,0 +1,23 @@
+---
+title: 404 not found
+---
+{% extends "_layouts/base.njk" %}
+
+{% block main_page_wrapper %}
+
+{% endblock main_page_wrapper %}
+
+{% block header %}{% endblock header %}
+
+{% block content %}
+
+{% endblock content %}
+
+{% block footer %}{% endblock footer %}
diff --git a/es/index.md b/es/index.md
index 1a7de8b..4b2ac79 100644
--- a/es/index.md
+++ b/es/index.md
@@ -6,7 +6,7 @@ title: home
bienvenid@ a mi sitio!! aun no lo termino pero revisa lo que tenga hecho <3 pienso terminar primero:
- un feed rss (atom)
- mejor soporte para celulares
-- página 404
+- ~~página 404~~
- terminar todas las páginas marcadas como "en construcción"

diff --git a/img/404.jpg b/img/404.jpg
new file mode 100644
index 0000000..ec14816
Binary files /dev/null and b/img/404.jpg differ
+