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 How to Make a Website Adding Pages to a Website Style New Pages

Having issue cannot display my browser view each time i try to view browser from my workspace.

Having issue cannot display my browser view each time i try to view browser from my workspace.It dint display the index.html . I able to open below browser, but it only show me the file directory, not the work that i created. http://web-d85ckvc5vc.treehouse-app.com/

3 Answers

Mark Onofrio
Mark Onofrio
3,433 Points

You will need to make an index.html

i added /about.html to your link to view the about page.
http://web-d85ckvc5vc.treehouse-app.com/about.html

the index.html is your home or default file the server looks for to display first to your browser.

I had my index.html already that time, but still facing that issue.

Mark Onofrio
Mark Onofrio
3,433 Points

its hard to say without seeing the code, try making a copy of the about page since we know it works and make a new file called home.html or default.html and see if that works.