From 01bd231181c88eed17761cc5522dc94923943517 Mon Sep 17 00:00:00 2001 From: jme9 Date: Tue, 10 Dec 2024 23:08:37 -0800 Subject: [PATCH] Fixed asset errors --- Moon.png => images/Moon.png | Bin style.css | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename Moon.png => images/Moon.png (100%) diff --git a/Moon.png b/images/Moon.png similarity index 100% rename from Moon.png rename to images/Moon.png diff --git a/style.css b/style.css index 58cac72..cc9d5bb 100644 --- a/style.css +++ b/style.css @@ -1,7 +1,7 @@ body { margin: 0; font-family: Arial, sans-serif; - background-image: url("../Moon.png"); + background-image: url("/images/Moon.png"); background-size: cover; background-position: left; background-repeat: no-repeat;