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>
|