Skip to content

Commit

Permalink
Template: fixed url link redirection
Browse files Browse the repository at this point in the history
  • Loading branch information
romanchyla committed Jul 31, 2015
1 parent 5fecb02 commit bf18bf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
<div style="text-align: center;margin-top:10%">
<h3>404 Not Found</h3>
<img src="styles/img/jetpack.gif" alt="two men with jetpacks">
<h3>We couldn't find that page. Would you like to <a href="#">go back to the homepage?</a></h3></div>
<h3>We couldn't find that page. Would you like to <a href="/">go back to the homepage?</a></h3></div>
</body>
</html>

0 comments on commit bf18bf4

Please sign in to comment.