diff --git a/public/bg2.png b/public/bg2.png new file mode 100644 index 0000000..76c7d9b Binary files /dev/null and b/public/bg2.png differ diff --git a/views/common/docHead.pug b/views/common/docHead.pug index 43d1d3e..bd12e76 100755 --- a/views/common/docHead.pug +++ b/views/common/docHead.pug @@ -11,7 +11,7 @@ mixin commonCSS body{ padding: 50px; font: 14px "Lucida Grande", Helvetica, Arial, sans-serif; - background: url("http://i.imgur.com/zcKbXCs.png") left top repeat; + background: url("/public/bg2.png") left top repeat; } a{