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;