Skip to content

Commit

Permalink
Fix regression in 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Flaburgan committed Sep 23, 2013
1 parent 141fc81 commit 635f83b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>The page you were looking for doesn't exist (404)</title>
<link href="favicon.ico" rel="shortcut icon">
<link href="404.css" type="text/css" rel="stylesheet">
<link href="/404.css" type="text/css" rel="stylesheet">
</head>
<body>
<!-- This file lives in public/404.html -->
Expand Down

0 comments on commit 635f83b

Please sign in to comment.