diff options
author | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 19:43:04 +0530 |
---|---|---|
committer | Marc Pervaz Boocha <mboocha@sudomsg.xyz> | 2024-04-07 19:43:04 +0530 |
commit | 900a707fdcb04e5739126ec2509fdc39fee7491c (patch) | |
tree | 427c9155bcbcca013f4c352888d8d88984e4e027 /404.html | |
parent | 0.5.1 (diff) | |
download | sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.gz sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.bz2 sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.lz sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.xz sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.tar.zst sudomsg-900a707fdcb04e5739126ec2509fdc39fee7491c.zip |
Rewrote Site in 11ty
Still need to Update the content
Diffstat (limited to '404.html')
-rw-r--r-- | 404.html | 15 |
1 files changed, 15 insertions, 0 deletions
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 %} + +<h1>ERROR: 404</h1> +<p>{{ title }}</p> +Go <a href="/">home</a>. |