flash.moe/templates/errors/500.html

36 lines
2 KiB
HTML
Raw Normal View History

2023-10-13 23:56:33 +00:00
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>HTTP 500 Internal Server Error // flash.moe</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="Something happened that caused the server to be unable to complete the request.">
<link href="/errors.css" type="text/css" rel="stylesheet">
</head>
<body style="--error-colour: #3a5794">
<div class="http-error">
<div class="http-error-container">
<nav class="http-error-top">
<div class="http-error-home"><a href="/">flash.moe</a></div>
<div class="http-error-nav">
<a href="mailto:contact@flash.moe" rel="noopener" target="_blank">E-mail</a>
<a href="https://bsky.app/profile/flash.moe" rel="noopener" target="_blank">Bluesky</a>
</div>
</nav>
<article class="http-error-body">
<h1 class="http-error-header">HTTP 500 Internal Server Error</h1>
<div class="http-error-image">
<img src="/images/k500.jpg" alt="500">
</div>
<p class="http-error-blerb">Something happened that caused the server to be unable to complete the request.</p>
</article>
<footer class="http-error-footer">
<p>flash.moe is the personal website of flashwave</p>
<p><a href="https://vndb.org/v33" rel="noopener" target="_blank">KANON</a> is &copy; 1999 <a href="https://visual-arts.jp/" rel="noopener" target="_blank">VirtualArts</a>/<a href="https://key.visualarts.gr.jp/" rel="noopener" target="_blank">Key</a></p>
<p>KANON HTTP Error illustrations are &copy; Woody-RINN</p>
</footer>
</div>
</div>
</body>
</html>