1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-07 06:06:23 -07:00

fixed database handling, fixed http handles, fixed configuration handling, added preliminary templating, etc

This commit is contained in:
Joshua Merrell 2013-04-20 01:21:40 -07:00
parent e6f6124a1f
commit 68b8c03980
45 changed files with 2742 additions and 632 deletions

View file

@ -0,0 +1,11 @@
<!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>
<hr><address>http://lunachan.net powered by Gochan v0.2</address>
</body>
</html>