hajime/tpl/internal_error.fii
2023-08-12 00:16:32 +02:00

27 lines
1.4 KiB
Plaintext

<!DOCTYPE html>
<html lang="en-gb">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<title>Flashii Internal Error</title>
<link rel="stylesheet" type="text/css" href="/assets/global.css" />
<link rel="stylesheet" type="text/css" href="/assets/css/mio.css" />
<script type="text/javascript" src="/assets/jquery.js"></script>
</head>
<body>
<div class="mioblog" style="padding: 10px; margin-top: 50px; background: #FBEEFF;">
<h3 class="miotitle" style="margin:-10px;margin-bottom: 0px;">Internal Error</h3>
<div class="mioboxcontent sub" style="margin: 0px 0px -8px; line-height: 140%;">
<p>We are currently experiencing technical difficulties which may be related to:</p>
<ul>
<li>A required module not being enabled, loaded or started.</li>
<li>A server side error.</li>
</ul>
<p>There's not much you can do about this other than wait.</p>
<p>If you see this page check <a href="https://twitter.com/flashiinet" target="_blank">@flashiinet</a> on <a href="https://twitter.com/" target="_blank">Twitter</a> for updates on the <a href="https://status.flashii.net/" target="_blank">status</a> of the situation or try again in a minute or two.</p>
<p style="text-align: center;"><img src="/assets/img/me-tan-2.png" alt="Why does everything always break?" /></p>
</div>
</div>
</body>
</html>