1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-08 07:02:39 +01:00
Whalebird-desktop-client-ma.../static/splash-screen.html
2018-07-30 00:18:28 +09:00

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>