This isn't the problem, but I have seen an error in your HTML source:

<link rel="stylesheet" type="text/css" href="file:///C|/htmlL%20BITS/style.css">

The href is actually pointing to a file on your hard drive, rather than a file on your network.

I suppose it could be a problem if you happened to have a file in "C:\htmlL BITS" called "style.css", and that linked to a non-existant web site. However, I would still expect at least something to come through (such as the page title in the title bar).