mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 01:32:23 +08:00
12 lines
251 B
Plaintext
12 lines
251 B
Plaintext
|
<header>
|
||
|
<%= t 'embed.loading' %>
|
||
|
<%= link_to(image_tag(SiteSetting.logo_url, class: 'logo'), Discourse.base_url) %>
|
||
|
</header>
|
||
|
|
||
|
<script>
|
||
|
(function() {
|
||
|
setTimeout(function() {
|
||
|
document.location.reload();
|
||
|
}, 30000);
|
||
|
})();
|
||
|
</script>
|