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
hunter bougis
Full Stack JavaScript Techdegree Graduate 18,367 PointsMy project is showing up on GitHub fine, but won't show up in browser...
Starting the Unit 2 project today and it's pushing to GitHub fine, but won't show up in the browser. I have the HTML set at: <script src="js/script.js"></script>, but still a no go. My gitHub account is: https://github.com/hunterbougis/Project-2 No one on slack has responded and I can't work on it unless I can see it. Please help????
1 Answer
Mark Kastelic
8,147 PointsHi Hunter,
I believe, if you want github to host your web page you need the project to be in a repository with the exact name of: username.github.io
So, instead of Project-2, your files need to be in a repository named: hunterbougis.github.io
Note: For each user account on github, you only get to have one hosted page.
Hope this helps.