aboutsummaryrefslogtreecommitdiffstats
path: root/404.html
blob: 7bcf042d4e2158d2ab6f4b0bb914a62940e20c0e (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
}
---
{% css %}
h1 { color: red; }
{% endcss %}

<h1>ERROR: 404</h1>
<p>{{ title }}</p>
Go <a href="/">home</a>.