Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

why my html code when i want to review it show's this

it shows the index of/ when i want to review the website of my code

1 Answer

Jennifer Nordell
seal-mask
STAFF
.a{fill-rule:evenodd;}techdegree
Jennifer Nordell
Treehouse Teacher

Hi there, Michael Vergara! There are a couple of reasons this might happen. The first is that you may have accidentally misnamed your index.html file to something like Index.html. Capitalization matters here so make sure the index.html is named exactly that.

Another reason this might happen is if you have inadvertently moved your index.html inside a subfolder somewhere inside your project. Make sure that index.html resides at the outermost level of your file structure.

If neither of these is the case, we'll need to see a "snapshot" of your workspace. You can make a snapshot by clicking the camera icon on the upper right-hand side of your workspace and posting the link here. This will allow us to "fork" (make a copy) of your workspace so we can investigate further.

Hope this helps! :sparkles:

thanks