1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-17 23:16:23 -07:00
gochan/html/error/500.html
2019-02-16 19:18:00 -08:00

12 lines
499 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Error 500: Internal Server error</title>
</head>
<body>
<h1>500: Internal Server error</h1>
<img src="/error/derpy server.gif" border="0" alt="">
<p>The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The <a href="https://en.wikipedia.org/wiki/Idiot">system administrator</a> will try to fix things as soon has he/she/it can.</p>
<hr><address>http://gochan.org powered by Gochan v2.6</address>
</body>
</html>