1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-20 17:46:24 -07:00
gochan/html/error/404.html

13 lines
440 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Error 404: File not Found</title>
</head>
<body>
<h1>404: File not found</h1>
2015-12-24 23:26:13 -08:00
<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>
2018-01-28 15:11:12 -08:00
</html>