mirror of
https://github.com/h3poteto/whalebird-desktop
synced 2024-12-28 01:32:15 +01:00
14 lines
252 B
HTML
14 lines
252 B
HTML
<!DOCTYPE html>
|
|
<meta charset="utf-8">
|
|
<html>
|
|
<head></head>
|
|
<body>
|
|
<center>
|
|
<img src="./images/icon.png" width="200" height="200"></img>
|
|
</center>
|
|
<center>
|
|
Loading...<span id="status"></span>
|
|
</center>
|
|
</body>
|
|
</html>
|