zero loading info

This commit is contained in:
Jan Prochazka
2021-05-20 10:30:35 +02:00
parent 11fd2d1d8a
commit 29a77cc053
2 changed files with 21 additions and 0 deletions

View File

@@ -21,9 +21,25 @@
<link rel='stylesheet' href='build/fonts/materialdesignicons.css'>
<script defer src='build/bundle.js'></script>
<style>
#starting_dbgate_zero {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
display: flex;
align-items: center;
justify-content: space-around;
}
</style>
</head>
<body>
<div id='starting_dbgate_zero'>
Loading DbGate App ...
</div>
</body>
</html>