diff --git a/src/images/bg.jpg b/src/assets/bg.jpg index e67d1e6..e67d1e6 100644 --- a/src/images/bg.jpg +++ b/src/assets/bg.jpg diff --git a/src/style/reset.css b/src/style/reset.css index 77a2045..6c2caa3 100644 --- a/src/style/reset.css +++ b/src/style/reset.css @@ -58,7 +58,7 @@ html, body{ -moz-user-select: none; } body{ - background: url("../images/bg.jpg") no-repeat; + background: url("../assets/bg.jpg") no-repeat; background-size: 100% 100%; overflow: hidden; font-size: 14px;