mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-29 08:56:23 -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:
parent
8719227f3d
commit
7e13a32ec3
9 changed files with 39 additions and 55 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue