alanesq/BasicWebserver

Little mistake in line 351... client.write("<!DOCTYPE HTML>"\n");

Closed this issue · 1 comments

In line 351:
client.write("<!DOCTYPE HTML>"\n");

I think it should be like this... :-)
client.write("<!DOCTYPE HTML>\n");

fixed