website/500.html

22 lines
961 B
HTML
Raw Normal View History

2023-05-26 20:42:54 -04:00
<!--Copyright © 2023 Lilium_Snow-->
<!--The code herein is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License, and may only be used in compliance with the aformentioned license.-->
<!--You may get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Internal Server Error - Snowcake</title>
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png">
<link rel="stylesheet" href="/main_theme.css">
<meta charset="UTF-8">
</head>
<body>
<h1>500 - Internal Server Error</h1>
<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 webmastress by sending an email to primrose[at]snowcake[dot]me.</p>
</body>
</html>