summaryrefslogtreecommitdiff
path: root/site/themes/sine/layouts/404.html
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-10-13 12:00:03 -0400
committertriethyl <triethylammonium@pm.me>2025-10-13 12:00:03 -0400
commit2496db965db4fa48197cb31c7750b2a16523ed32 (patch)
treece174f1f94426c8727a31680e0c8e415e998ba66 /site/themes/sine/layouts/404.html
parentb2393801585b7e152ffbffb3226f720e66454ea6 (diff)
renamed theme and added content
Diffstat (limited to 'site/themes/sine/layouts/404.html')
-rw-r--r--site/themes/sine/layouts/404.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/site/themes/sine/layouts/404.html b/site/themes/sine/layouts/404.html
new file mode 100644
index 0000000..12883f1
--- /dev/null
+++ b/site/themes/sine/layouts/404.html
@@ -0,0 +1,5 @@
+{{ define "main" }}
+<h1>Page Not Found</h1>
+
+<p>Sorry, this page doesn't exist.</p>
+{{ end }}