2018-07-27 17:49:05 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<meta charset="utf-8">
|
2018-07-28 13:44:16 +02:00
|
|
|
<html style="height: 100%">
|
2018-07-27 17:49:05 +02:00
|
|
|
<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>
|
2018-07-27 17:49:05 +02:00
|
|
|
</body>
|
|
|
|
</html>
|