ASCII Art
Where known, artists are attributed. Sadly, I don't know the artists for most of these.
You can link to a specific section or piece by appending #name
to the URL. So to link someone to the JoJo section, you'd link to desu.ltd/ascii#jojo
.
%s
", $fileinfo->getFilename(), $fileinfo->getFilename()); $dir2 = new DirectoryIterator($fileinfo->getFilename()); foreach ($dir2 as $fileinfo2) { if (!$fileinfo2->isDot()) { printf("%s", $fileinfo2->getFilename(), file_get_contents($fileinfo2->getPathname())); } } } } ?>