diff --git a/index.html b/index.html index 82a5a46..6c5cd56 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,9 @@ +
+

Chargement...
Loading...

+

diff --git a/public/style.css b/public/style.css index 299725d..371d4ac 100644 --- a/public/style.css +++ b/public/style.css @@ -13,6 +13,16 @@ a { color: #2E86AB; } +#loading{ + position: absolute; + top:50%; + left:50%; + transform: translate(-50%, -50%); + font-family: Arial, Helvetica, sans-serif; + font-size: 2em; + z-index:-1; +} + #notification_bar { position: absolute; top:20px;