aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/themes/hugo-xmag/layouts/404.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/hugo-xmag/layouts/404.html')
-rw-r--r--themes/hugo-xmag/layouts/404.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/themes/hugo-xmag/layouts/404.html b/themes/hugo-xmag/layouts/404.html
new file mode 100644
index 0000000..c7d0697
--- /dev/null
+++ b/themes/hugo-xmag/layouts/404.html
@@ -0,0 +1,9 @@
+{{ partial "header.html" . }}
+
+<div class="container">
+<main>
+<h1>404 NOT FOUND</h1>
+</main>
+</div>
+
+{{ partial "footer.html" . }}