HTML Causing Arduino To Crash

Use the F() function to keep those static strings in program memory.

client.print(F("<form method=get>"));

Do the same to the rest of those strings, and that should save you a lot of SRAM.