1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-20 13:36:24 -07:00
gochan/html/error/404.html
2018-06-09 23:40:20 -07:00

12 lines
440 B
HTML
Executable file

<!DOCTYPE html>
<html>
<head>
<title>Error 404: File not Found</title>
</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 v1.10.0</address>
</body>
</html>