mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-17 23:16: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
12
html/error/500.html
Normal file
12
html/error/500.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Error 500: Internal Server error</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>500: Internal Server error</h1>
|
||||
<marquee><img src="/error/derpy server.gif" border="0" alt=""></marquee>
|
||||
<p>Someone let Derpy into the server room again...sorry about that. Please try reloading the page. If that doesn't fix the problem, you can email me <a href="mailto:admin@lunachan.net">here</a>, noting the time and the page you tried to access.
|
||||
<hr><address>http://lunachan.net powered by Gochan v0.2</address>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue