[879b32]: / qiita_pet / templates / waiting.html

Download this file

10 lines (8 with data), 329 Bytes

1
2
3
4
5
6
7
8
9
{% from qiita_core.qiita_settings import qiita_config %}
<div id="waiting">
<center>
<img src="{% raw qiita_config.portal_dir %}/static/img/logo-clear.png" style="margin-left: 75px;">
<br/>
<img src="{% raw qiita_config.portal_dir %}/static/img/waiting.gif" width="100" height="100" border="0">
</center>
</div>