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

Development Tools GitHub Basics Create a Web Presence on GitHub Create a Personal Website

Good to know: index.html has to be all lowercase

I thought this might help somebody out. I learned that your page will only work if your index.html file title is in all lowercase. I know this because Index.html (with a capital "I") gave me a 404 page not found.

All the url's within your html are case sensitive as well. I was very confused for a while because testing on my local machine never gave me any errors and once I'd sorted out my index.html misnaming problem, none of my images were showing up.