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!
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

Shakeno Hullum
502 PointsHow can i get my website to display properly again?
I am having trouble having my website display properly. I am not sure if i did something to make it suddenly display this way. When i try to open it using the preview work space icon it displays Index of/ at the of the webpage and HTML/ then CSS/. https://w.trhou.se/zg7halu2pi
1 Answer

Cena Mayo
55,236 PointsHi Shakeno,
I believe it's because you've got your .html files in a folder called HTML. Normally a web server looks for index.html in the root directory (in your case 'New'). Moving your .html files out of the HTML directory should correct this.
Best, Cena