website/500.html

24 lines
1.1 KiB
HTML
Raw Normal View History

<!--Page design by Lilium_Snow (Primrose)-->
<!--This HTML document is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. Get a copy of the license at https://creativecommons.org/licenses/by-sa/4.0/legalcode-->
<!--"Freedo the Penguin" is licensed under the GNU Free Documentation License v1.3 or later and is Copyright © 2009 Rubén Rodríguez Pérez and Copyright © 2009 FSFLA. Get a copy of the GNU Free Documentation License at https://www.gnu.org/licenses/fdl-1.3.html-->
<!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>
<div class="content">
<h1>500 - Internal Server Error</h1>
<img src="/assets/images/freedo.svg" width="200" height="200">
<h2>Freedo says that the server has encountered an error.</h2>
<p>If this error is reoccuring, Freedo recommends that you send an email to the webmastress at <a href="mailto:primrose@snowcake.me">primrose@snowcake.me</a></p>
</div>
</body>
</html>