diff --git a/404.md b/404.md new file mode 100644 index 0000000000..5bae9ef3f0 --- /dev/null +++ b/404.md @@ -0,0 +1,12 @@ +--- +layout: 404 +title: Page not found +description: We couldn’t find the page you’re looking for. +lang: en +--- + +# {{ page.title }} + +We couldn’t find the page you’re looking for. Check the address or [head back home](/). + +If this is a mistake, [let us know](https://github.com/expressjs/expressjs.com/issues/new/), and we will try to fix it! \ No newline at end of file diff --git a/_layouts/404.html b/_layouts/404.html new file mode 100644 index 0000000000..338facdd1f --- /dev/null +++ b/_layouts/404.html @@ -0,0 +1,18 @@ + + + + {% include head.html %} + + {% if page.lang == 'en' %} +
+ {% else %} + + {% endif %} + {% include header/header-{{ page.lang }}.html %} + +