From: Dylan Lloyd Date: Sat, 11 Feb 2023 00:40:28 +0000 (-0500) Subject: bind bg url to root X-Git-Url: https://disinclined.org/git/?a=commitdiff_plain;h=1c61659e678c10859be1801fc27c9797f96d6980;p=minimax.git bind bg url to root --- diff --git a/style.css b/style.css index 68c3ac1..31a19b9 100644 --- a/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { margin: 40px 20px; - background-image: url('assets/noisy.png'); + background-image: url('/assets/noisy.png'); } #board {