mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-19 12:36: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
templates/error.html
Normal file
12
templates/error.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Error :c</title>
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
<h1>Error!</h1>
|
||||
<h2>{ERRORTEXT}</h2>
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue