Whalebird-desktop-client-ma.../static/splash-screen.html

16 lines
512 B
HTML

<!DOCTYPE html>
<meta charset="utf-8">
<html style="height: 100%">
<head></head>
<body style="height: 100%; background-color: #fff; margin: 0; overflow: hidden">
<div style="display: flex; justify-content: center; align-items: center; flex-direction: column; height: 100%">
<center>
<img src="./images/icon.png" width="120" height="120"></img>
</center>
<center>
<img src="./images/loading.svg" width="40" height="40"></img>
</center>
</div>
</body>
</html>