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 trialLuke Buin
Front End Web Development Techdegree Student 7,114 Points404 Not found
This is the message I keep getting when I try and view my work in the browser. Below is my code.
The requested URL /index.html/ was not found on this server. Apache/2.4.18 (Ubuntu) Server at port-80-77achqbz1c.treehouse-app.com Port 80
This is my code.
<!DOCTYPE html> <html>
<head> <meta href="uft-8"> <title> Luke Buin | Web Desinger </title> </head>
<body> <header> <a href="index.html"> <h1>Luke Buin</h1> <h2>Web Design</h2> </a> <nav> <ul> <li><a href=index.html></a></li> <li><a href=about.html></a></li> <li><a href=contact.html></a></li> </ul> </nav> </header>
</body>
</html>
Please, can anyone help?
Thank you.
4 Answers
Luke Buin
Front End Web Development Techdegree Student 7,114 PointsHow do I post it, it just lets me take the snapshot and then I can't do anything with it.
KRIS NIKOLAISEN
54,971 PointsThe link is all that is needed. You can click the link then copy/paste the link from your address bar.
KRIS NIKOLAISEN
54,971 PointsThe snapshot link should look something like this:
what you posted looks like a link to your workspace preview
KRIS NIKOLAISEN
54,971 PointsSee this treehouse video @ 1:37 - @ 2:10 shows how to create and share a snapshot.
Luke Buin
Front End Web Development Techdegree Student 7,114 PointsHi kris I hope this is right, the problem is that it won't let me view the work I have done in the preview browser. When I click preview it just comes up with the 404 not found.
This is the fork link you have asked for. https://w.trhou.se/jce0rqgt2u
Thank you.
KRIS NIKOLAISEN
54,971 PointsKRIS NIKOLAISEN
54,971 PointsCan you post a snapshot? It is the camera icon in the upper right corner.