diff --git a/README.md b/README.md
index ce6e2aa3..dadbcd61 100644
--- a/README.md
+++ b/README.md
@@ -60,4 +60,4 @@ Filestash can be used in different settings:
# Credits
- [Contributors](https://github.com/mickael-kerjean/filestash/graphs/contributors) and folks developing awesome libraries (libvips, libraw, ...)
-- Logo derived from the work of [ssnjrthegr8](https://github.com/ssnjrthegr8), Iconography from [flaticon](https://www.flaticon.com/), [fontawesome](https://fontawesome.com) and [material](https://material.io/icons/)
+- Logo derived from the work of [ssnjrthegr8](https://github.com/ssnjrthegr8), Iconography from [flaticon](https://www.flaticon.com/), [fontawesome](https://fontawesome.com) and [material](https://material.io/icons/), loader adapted from [Mr Alien](https://codepen.io/mr_alien/pen/FDLjg)
diff --git a/client/index.html b/client/index.html
index b6000a64..3fd69fb0 100644
--- a/client/index.html
+++ b/client/index.html
@@ -33,7 +33,268 @@
$style = document.querySelector("style");
$style.innerText = $style.innerText.replace("#f2f3f5", "#9AD1ED")
}
+ window.initTime = new Date();
+ window.setTimeout(function(){
+ var $loader = document.querySelector(".index-loader");
+ if($loader) $loader.removeAttribute("style");
+ }, 2000);
+