chore: error pages

This commit is contained in:
Cory Dransfeldt 2024-06-08 21:18:09 -07:00
parent aaf506504d
commit a026d155b7
No known key found for this signature in database
5 changed files with 49 additions and 1 deletions

12
src/pages/errors/500.html Normal file
View file

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