From b7b595d6408ac7f0ca94caa38d8d6b0de700c49f Mon Sep 17 00:00:00 2001 From: Quazi Marufur Rahman <maruf.csdu@gmail.com> Date: Fri, 17 Jan 2014 00:31:02 +0600 Subject: [PATCH] Absolute path added for favicon.ico --- public/404.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/404.html b/public/404.html index 2af6693c18..daa4be7f52 100644 --- a/public/404.html +++ b/public/404.html @@ -2,7 +2,7 @@ <html> <head> <title>The page you were looking for doesn't exist (404)</title> - <link href="favicon.ico" rel="shortcut icon"> + <link href="/favicon.ico" rel="shortcut icon"> <link href="/404.css" type="text/css" rel="stylesheet"> </head> <body> -- GitLab