mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-02 06:46:24 -07:00
12 lines
No EOL
335 B
HTML
Executable file
12 lines
No EOL
335 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" alt="lol 404">
|
|
<p>The requested file could not be found on this server.</p>
|
|
<hr/>Site powered by <a href="https://github.com/gochan-org/gochan" target="_blank">Gochan</a> v{}
|
|
</body>
|
|
</html> |