website/500.html

21 lines
807 B
HTML
Raw Normal View History

<!--Copyright © 2023 Primrose-->
<!--See the LICENSE file at https://git.snowcake.me/primrose/snowcake-website/src/branch/main/LICENSE for copyright and licensing details-->
2023-05-26 20:42:54 -04:00
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Internal Server Error - Primrose's Sanctuary</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/style.css">
<meta charset="UTF-8">
</head>
<body>
<h1>500 - Internal Server Error</h1>
<div class="content">
<img src="/assets/images/500.svg" width="300px" height="300px">
<h3>The server has experienced an internal error, and was not able to process your request.</h3>
<p>If this error persists, notify the webmistress by sending an email to primrose[at]snowcake[dot]me.</p>
</div>
</body>
</html>