diff --git a/themes/vufind/root/templates/error/404.phtml b/themes/vufind/root/templates/error/404.phtml
new file mode 100644
index 0000000000000000000000000000000000000000..44f590cdfbd3a923d4717724db4373342f7bd5b4
--- /dev/null
+++ b/themes/vufind/root/templates/error/404.phtml
@@ -0,0 +1,2 @@
+<h1><?=$this->transEsc('An error has occurred')?></h1>
+<h2><?=$this->transEsc($this->message)?></h2>
\ No newline at end of file