aboutsummaryrefslogtreecommitdiffstats
path: root/src/404.html
blob: f6f9c15902f009c7e5bc19fef4d80ce030f05cb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>.