From 900a707fdcb04e5739126ec2509fdc39fee7491c Mon Sep 17 00:00:00 2001 From: Marc Pervaz Boocha Date: Sun, 7 Apr 2024 19:43:04 +0530 Subject: Rewrote Site in 11ty Still need to Update the content --- 404.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 404.html (limited to '404.html') diff --git a/404.html b/404.html new file mode 100644 index 0000000..7bcf042 --- /dev/null +++ b/404.html @@ -0,0 +1,15 @@ +---json +{ +"layout": "base", +"title": "File Not Found", +"permalink": "404.html", +"eleventyExcludeFromCollections": true +} +--- +{% css %} +h1 { color: red; } +{% endcss %} + +

ERROR: 404

+

{{ title }}

+Go home. -- cgit v1.2.3-70-g09d2