chore: redirects

This commit is contained in:
Cory Dransfeldt 2024-03-23 16:40:44 -07:00
parent c815dbc062
commit 6747037740
No known key found for this signature in database
3 changed files with 20 additions and 1 deletions

9
src/pages/400.html Normal file
View 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>