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

Makoa Huey
130 PointsSo I have everything typed into but when I got to check the page nothing has changed and is popping up something else

Steven Parker
241,811 PointsYou can't share a direct URL to your workspace, it's temporary and only exists while you are using it. Take a look at this video about sharing a snapshot of your workspace.
It also helps to know what course and lesson you are referring to. You might want to take a look at this video about Posting a Question as well.

Makoa Huey
130 PointsThank you for the help The lesson that I'm on is Introduction to HTML and CSS I believe I have my code right, but whenever I go to preview my work it shows Index of/ and a bunch of other links https://w.trhou.se/xeeledt02v
1 Answer

Steven Parker
241,811 PointsThe default page shown in a preview is "index.html" (all lower case), and when it is not present a listing of the directory is shown instead.
This workspace contains "Index.html" (with a capital "I"), but since the workspace filesystem is case-sensitive, it is not recognized as the landing page. Just rename it and the preview will show it.
Makoa Huey
130 PointsMakoa Huey
130 PointsAlso my Doctype is red and not orange like in the video