diff --git a/front/index.html b/front/index.html
index 59ccbe663..092ef0c79 100644
--- a/front/index.html
+++ b/front/index.html
@@ -1,100 +1,99 @@
-
+
-
-
-
-
-
-
- Funkwhale
-
-
-
-
-
-
-
-
-
-
-
-
+ #fake-sidebar.loaded, #fake-content.loaded {
+ display: none;
+ }
+ #orange-square {
+ width: 56px;
+ height: 56px;
+ background-color: #f2711c;
+ }
+ #fake-content {
+ height: 100vh;
+ flex-grow: 1;
+ display: flex;
+ flex-direction: column;
+ align-items: center;
+ justify-content: center;
+ }
+ #fake-content h1 {
+ margin-bottom: 2em;
+ }
+ #fake-content .placeholder {
+ width: 20em;
+ max-width: 95%;
+ }
+ @media only screen and (max-width: 768px) {
+ #fake-app {
+ flex-direction: column;
+ }
+ #fake-sidebar {
+ width: 100%;
+ height: 56px;
+ }
+ }
+
+
-
-
-
-
-
-
Loading Funkwhale…
-