From 007718d600b7404d94e0936e56b982e0eaaaf64f Mon Sep 17 00:00:00 2001 From: Sonu Kumar Kushwaha Date: Sun, 7 Apr 2024 15:10:05 +0000 Subject: [PATCH] up --- js/app.js => app.js | 0 index.html | 4 ++-- js/other.js => other.js | 0 sonu/index.html | 4 ++-- css/style.css => style.css | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) rename js/app.js => app.js (100%) rename js/other.js => other.js (100%) rename css/style.css => style.css (95%) diff --git a/js/app.js b/app.js similarity index 100% rename from js/app.js rename to app.js diff --git a/index.html b/index.html index 6d6aa30..df910ac 100644 --- a/index.html +++ b/index.html @@ -5,7 +5,7 @@ Birthday Countdown - + @@ -30,7 +30,7 @@

Built by + \ No newline at end of file diff --git a/js/other.js b/other.js similarity index 100% rename from js/other.js rename to other.js diff --git a/sonu/index.html b/sonu/index.html index 0ca31f1..a669fcd 100644 --- a/sonu/index.html +++ b/sonu/index.html @@ -5,7 +5,7 @@ Birthday Countdown - + @@ -28,7 +28,7 @@

Built by + \ No newline at end of file diff --git a/css/style.css b/style.css similarity index 95% rename from css/style.css rename to style.css index 3d6db5d..1b36d25 100644 --- a/css/style.css +++ b/style.css @@ -1,6 +1,6 @@ body { background-color: rgb(231, 174, 153); - background-image: url("../bg.jpg"); + background-image: url("./bg.jpg"); background-repeat: no-repeat; background-size: cover; background-position: center;