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 trialHaley Pilcher
2,455 PointsMy resume.html file won't preview correctly, what am I doing wrong?
When I am trying to preview my resume.html page, it shows up as Index of/ then has a bulleted list of images/ resume.css resume.html styles.css
4 Answers
Cory Stover
3,341 PointsAre you typing "/resume.html" at the end of the original URL?
Tiberiu Ivanoschi
1,484 PointsDid you try any other browsers?
Haley Pilcher
2,455 PointsYes! It's still blank once I click on the html link from the page
William Johnson
7,390 PointsCan you show your code?
Haley Pilcher
2,455 Points<!DOCTYPE html> <html> <head> <title>Haley Pilcher's Resume</title> </head> <body> <h1>Resume</h1> </body> </html>
Alec Hawley
13,346 PointsI'm sure you've found help since, but something that has tripped me up before is naming the file incorrectly. As in adding an accidental space or the likes. Also, check to see if you're being case-sensitive with the URL.