11 lines
172 B
Markdown
11 lines
172 B
Markdown
|
---
|
||
|
title: 'Error 404: Not found'
|
||
|
layout: base.njk
|
||
|
permalink: '404.html'
|
||
|
---
|
||
|
|
||
|
# Error 404
|
||
|
|
||
|
Uh-oh! Couldn't find that URL on this server. Maybe you had a typo?
|
||
|
|
||
|
[Go home](/)
|