1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2025-01-30 09:04:56 +01:00

16 lines
483 B
HTML
Raw Normal View History

<!DOCTYPE html>
<meta charset="utf-8">
2018-07-28 20:44:16 +09:00
<html style="height: 100%">
<head></head>
<body style="height: 100%; background-color: #fff">
2018-07-28 20:44:16 +09: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>