1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-09 20:26:24 -07:00

Add board config to all templates using the standard header

Also remove commented migration lines in build.py
This commit is contained in:
Eggbertx 2022-01-09 23:09:44 -08:00
parent 8719227f3d
commit 7e13a32ec3
9 changed files with 39 additions and 55 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

View file

@ -5,8 +5,8 @@
</head>
<body>
<h1>404: File not found</h1>
<img src="/error/lol 404.gif" border="0" alt="">
<p>The requested file could not be found on this server. Are you just typing random stuff in the address bar? If you followed a link from this site here, then post <a href="/site">here</a></p>
<hr><address>http://gochan.org powered by Gochan v2.12.0</address>
<img src="./lol 404.gif" border="0" alt="">
<p>The requested file could not be found on this server.</p>
<hr><address>http://gochan.org powered by Gochan v3.0.0-beta</address>
</body>
</html>

View file

@ -5,8 +5,8 @@
</head>
<body>
<h1>500: Internal Server error</h1>
<img src="/error/derpy server.gif" border="0" alt="">
<img src="./derpy server.gif" border="0" alt="">
<p>The server encountered an error while trying to serve the page, and we apologize for the inconvenience. The <a href="https://en.wikipedia.org/wiki/Idiot">system administrator</a> will try to fix things as soon has he/she/it can.</p>
<hr><address>http://gochan.org powered by Gochan v2.12.0</address>
<hr><address>http://gochan.org powered by Gochan v3.0.0-beta</address>
</body>
</html>