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

16 lines
512 B
HTML
Raw Normal View History

<!DOCTYPE html>
<meta charset="utf-8">
2018-07-28 13:44:16 +02:00
<html style="height: 100%">
<head></head>
2018-07-29 17:18:28 +02:00
<body style="height: 100%; background-color: #fff; margin: 0; overflow: hidden">
2018-07-28 13:44:16 +02:00
<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>