Webserver & external files from SD card, no show...

If you want to view text files on a web browser...

// change this
client.println("Content-Type: text/html");
// to this
client.println("Content-Type: text/plain");