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:
parent
e6f6124a1f
commit
68b8c03980
45 changed files with 2742 additions and 632 deletions
11
html/error/500_example.html
Normal file
11
html/error/500_example.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue