aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 13:38:00 +0200
committerMitja Felicijan <mitja.felicijan@gmail.com>2019-10-22 13:38:00 +0200
commit6dfc39e74ca2b94149873b87887d530a87b6da0e (patch)
treecba9d995f0d54cef4954920b616c11f1329e0984
parentbe09bb704f8030a072114108fc094f07ee62efba (diff)
downloadmitjafelicijan.com-6dfc39e74ca2b94149873b87887d530a87b6da0e.tar.gz
Added 404 handler
-rw-r--r--src/404.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/404.html b/src/404.html
new file mode 100644
index 0000000..0f0a0b9
--- /dev/null
+++ b/src/404.html
@@ -0,0 +1,3 @@
1<h1>Content you are looking for is not here.</h1>
2
3<a href="/">« Return to main page</a>