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 Creating HTML Content Use the Navigation Element

Luke Buin
seal-mask
.a{fill-rule:evenodd;}techdegree
Luke Buin
Front End Web Development Techdegree Student 7,114 Points

404 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.

Can you post a snapshot? It is the camera icon in the upper right corner.

4 Answers

The link is all that is needed. You can click the link then copy/paste the link from your address bar.

The snapshot link should look something like this:

https://w.trhou.se/b64hpee30l

what you posted looks like a link to your workspace preview

See this treehouse video @ 1:37 - @ 2:10 shows how to create and share a snapshot.

Luke Buin
seal-mask
.a{fill-rule:evenodd;}techdegree
Luke Buin
Front End Web Development Techdegree Student 7,114 Points

Hi 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.