diff --git a/404.html b/404.html
new file mode 100644
index 0000000000000000000000000000000000000000..56efce4a39e6013188a311c8ac3fdd622b571adb
--- /dev/null
+++ b/404.html
@@ -0,0 +1,11 @@
+---
+layout: default
+title: Page not found
+permalink: /404
+nav_exclude: true
+search_exclude: true
+---
+
+<h1>Page not found</h1>
+
+<p>The page you requested could not be found. Try using the navigation {% if site.search_enabled %}or search {% endif %}to find what you're looking for or go to this <a href="{{ site.url }}{{ site.baseurl }}">site's home page</a>.</p>