1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-20 17:46:24 -07:00
gochan/html/error/500_example.html

11 lines
315 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Error 500: Internal Server error</title>
</head>
<body>
<h1>500: Internal Server error</h1>
<p>The server encountered an error while trying to serve the page. We apologize for the inconvenience.</p>
2015-12-24 23:26:13 -08:00
<hr><address>http://gochan.org powered by Gochan v0.9</address>
</body>
</html>