Web page not showing

QUEEN_C

ccjm.infinityfreeapp.com
when i visit my website it only appear as a blank webpage and see nothing

Any file(s) in the /htdocs directory ?

Of course the blank page will appear, you’ve commented a html code which won’t be rendered,
proof:
view-source:http://ccjm.infinityfreeapp.com/?i=1

3 Likes

That would show a blank directory listing.

thats all my file in htdocs in ccjm folder they are almost the same

what do you mean sir?

Its working now! i just forget to include my css files. THANK you so much for all your help

1 Like

sir why my website has only a blank webpage when loaded?
ccjm.infinityfreeapp.com

Because you haven’t added any visible content to your index.php file:

<div class="container-fluid">
<div class="row">
<!-- <div id="home-section">
	Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
	tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
	quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
	consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse
	cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
	proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
</div> -->
</div>
</div>
</body>
</html>

If you want to see some visible content, make a start by adding something like

<p> Hello world</p>

and you’ll see your visible content.

Also if you have any more issues, please create your own topic so we can assist you there.

1 Like

index.php//

thats the content of my index

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.