13 lines
No EOL
410 B
HTML
13 lines
No EOL
410 B
HTML
---
|
|
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>
|
|
<hr class="large-spacing" />
|
|
::CLOUDFLARE_ERROR_500S_BOX::
|
|
</div>
|
|
<script>document.addEventListener('DOMContentLoaded', function () { plausible('500', { props: { path: document.location.pathname } }); });</script> |