Fix regression in 404.html

This commit is contained in:
flaburgan 2013-09-22 20:29:35 -07:00
parent 141fc814ba
commit 635f83b240

View file

@ -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 -->