chore: redirects
This commit is contained in:
parent
c815dbc062
commit
6747037740
3 changed files with 20 additions and 1 deletions
9
src/pages/400.html
Normal file
9
src/pages/400.html
Normal file
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: 400
|
||||
layout: default
|
||||
permalink: /400.html
|
||||
---
|
||||
<div class="text--centered">
|
||||
<h2 class="page__header">{{ title }}</h2>
|
||||
<p>Nah, that's a bad request.</p>
|
||||
</div>
|
Reference in a new issue