19 lines
494 B
HTML
19 lines
494 B
HTML
|
<!doctype html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<title>Error 500</title>
|
||
|
<style type="text/css">
|
||
|
body {
|
||
|
font: 12px/20px Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<center>
|
||
|
<h1>Error 500</h1>
|
||
|
<p>Something went horrendously wrong! Please <a href="//fii.moe/bugs">report</a> this if the error persists.</p>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|