aboutsummaryrefslogtreecommitdiffstats
path: root/src/404.html
diff options
context:
space:
mode:
author2024-06-24 13:36:19 +0530
committer2024-06-24 13:38:02 +0530
commit828b9b153804a0f590522d1f0df0db4eb00e3ed0 (patch)
tree634c1c85356eb40920c85600b4f3785456859266 /src/404.html
parentCI: Fixed CI (diff)
downloadsudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.gz
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.bz2
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.lz
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.xz
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.tar.zst
sudomsg-828b9b153804a0f590522d1f0df0db4eb00e3ed0.zip
Rearranged the project layout
Diffstat (limited to 'src/404.html')
-rw-r--r--src/404.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/404.html b/src/404.html
new file mode 100644
index 0000000..f6f9c15
--- /dev/null
+++ b/src/404.html
@@ -0,0 +1,15 @@
+---json
+{
+"layout": "base",
+"title": "File Not Found",
+"permalink": "404.html",
+"eleventyExcludeFromCollections": true
+}
+---
+<style>
+h1 { color: red; }
+</style>
+
+<h1>ERROR: 404</h1>
+<p @text="title"></p>
+Go <a href="/">home</a>.