Check the source code of your app.
If the source code has 2 </body then you added body element twice by mistake.
</body
Find it in your code and replace the inner body element to div element.
body
div