summaryrefslogtreecommitdiffstats
path: root/webapp/root.html
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/root.html')
-rw-r--r--webapp/root.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/webapp/root.html b/webapp/root.html
index 1612bdce4..cc2b7cd61 100644
--- a/webapp/root.html
+++ b/webapp/root.html
@@ -46,7 +46,18 @@
</script>
</head>
<body>
- <div id='root'/>
+ <div id='root'>
+ <div
+ class='loading-screen'
+ style='relative'
+ >
+ <div class='loading__content'>
+ <div class='round round-1'></div>
+ <div class='round round-2'></div>
+ <div class='round round-3'></div>
+ </div>
+ </div>
+ </div>
<script>
window.setup_root();
</script>