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 How to Make a Website Beginning HTML and CSS Add Style to the Page

Causten Stehle
PLUS
Causten Stehle
Courses Plus Student 219 Points

Preview on Workspace

When I go to preview my work space work, the first screen that comes up is this:

Index of /

Index.html

When I click on "index.html", I get the preview of the work I did on workspace, but how do I skip the "index of /" and go directly to index.html?

1 Answer

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

Make sure that index.html is in your root directory and that it's actually named "index.html". It will not work properly if the capitalization is different. For example, if you have Index.html there could be problems.