Cannot see debug infos

Cannot see debug infos

Check that HTML code pls:

  1. I want to see that text before but its hidden by the following result of code:
  2. <!DOCTYPE html>
  3. <html>
  4.     <head>
  5.         <meta charset='utf-8'>
  6.         <meta name='viewport' content='width=device-width, initial-scale=1'>   
  7.         <title>Pharma Warenwirtschaft Mobile</title>
  8.         <link rel='stylesheet' href='css/themes/wawi.min.css' />
  9.         <link rel='stylesheet' href='css/themes/jquery.mobile.icons.min.css' />
  10.         <link rel='stylesheet' href='http://code.jquery.com/mobile/1.4.5/jquery.mobile.structure-1.4.5.min.css' />
  11.        
  12.         <script src='http://code.jquery.com/jquery-1.11.1.min.js'></script>
  13.         <script src='http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js'></script>
  14.     </head>
  15.     <body>
  16.       See only that body text.
  17.     </body>
  18. </html>

What is to do to see the first text? I want to see debug infos for example.

I dont have that problem by delete the <script> tags.

Thanks for help! :)