mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
12 lines
No EOL
251 B
Text
12 lines
No EOL
251 B
Text
<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> |