diff --git a/www/public/background-noise.png b/www/src/img/background-noise.png similarity index 100% rename from www/public/background-noise.png rename to www/src/img/background-noise.png diff --git a/www/src/index.css b/www/src/index.css index ac353e0..592ba29 100644 --- a/www/src/index.css +++ b/www/src/index.css @@ -14,8 +14,8 @@ code { body { background-size: 150px 150px; - background-image: url('/background-noise.png'); background-color: #4f43f2; + background-image: url('./img/background-noise.png'); background-repeat: repeat; color: white; min-height: 100vh;