From 6c05dc23f9e42b752f28405ed0b5d127ec6a3dd3 Mon Sep 17 00:00:00 2001 From: Yury Delendik Date: Fri, 14 Sep 2012 09:31:47 -0700 Subject: [PATCH] Update web/index.html.template --- web/index.html.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/index.html.template b/web/index.html.template index 118b7362f..ec25792ec 100644 --- a/web/index.html.template +++ b/web/index.html.template @@ -9,7 +9,7 @@ body { margin-top: 1.0em; background-color: rgb(64, 64, 64); - background-image: url(images/texture.png); + background-image: url(web/images/texture.png); font-family: Helvetica, Arial, FreeSans, san-serif; color: #ffffff; }