How can i fix body not appearing on WordPress site

Solution:

You probably accidentally deleted one of your closing tags (

) or created a new bit of html that you didn’t properly close.

Looking at the source I can see that the footer isn’t being rendered, so the culprit is probably in your main div somewhere.