fix(frontend): default loading message

This commit is contained in:
ShiKhu 2021-12-14 21:07:48 +01:00
parent 44ad157960
commit 011547598d

View file

@ -12,6 +12,6 @@
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
</head>
<body>
<div id="app"></div>
<div id="app"><p style="color: #eee;text-align: center;height: 100%;padding: 25%;">Loading...</p></div>
</body>
</html>