chore: update error page

This commit is contained in:
Cory Dransfeldt 2024-06-08 21:01:30 -07:00
parent c71ca1e7c1
commit 1187a0831a
No known key found for this signature in database

View file

@ -1,11 +1,11 @@
--- ---
title: 400 title: Error
description: Nah, that's a bad request. description: Nah, that's no good.
layout: default layout: default
permalink: /400.html permalink: /error.html
--- ---
<div class="text-centered"> <div class="text-centered">
<h2 class="page-header">{{ title }}</h2> <h2 class="page-header">{{ title }}</h2>
<p>Nah, that's a bad request.</p> <p>Nah, that's no good.</p>
</div> </div>
<script>document.addEventListener('DOMContentLoaded', function () { plausible('400', { props: { path: document.location.pathname } }); });</script> <script>document.addEventListener('DOMContentLoaded', function () { plausible('400', { props: { path: document.location.pathname } }); });</script>