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

Kelly Foulk
Kelly Foulk
3,948 Points

CSS and Javascript not connecting with Git Hub Pages website?

I just attempted to display my first html website on Git Hub using Git Hub pages, however the links to my CSS stylesheet and the Javascript code aren't working. I can't figure how to connect them so my site works properly (it worked fine when I used Chrome to display the file on my laptop).

This is the repository I'm having trouble with: https://github.com/klfoulk16/klfoulk16.github.io

And this is the site: https://klfoulk16.github.io/

Thankyou!

1 Answer

Hi Kelly

Its an error in your folder name.

Remember it is case sensitive.

https://github.com/klfoulk16/klfoulk16.github.io/tree/master/Css

You have a capital C here

Hope this helps!

Kelly Foulk
Kelly Foulk
3,948 Points

Thanks a bunch! This fixed the issue