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 trialLina John
1,949 PointsCreating my own file??
I am trying to create my own file and gave it a name(lina.html); I used the same major code in the lessons. I created a file called lina.html when I want to view the file; I did not see anything; I only saw the file we created in the lesson which is Experience VR?
Why is that happening?
1 Answer
Steven Parker
231,236 PointsTo see a file other than the default, you need to add the filename to the address in your browser, after a slash. In other words, go to the address bar and leave what is there but at the end add "/lina.html" (without the quotes) and hit "enter" to go to your new page.