var logoPath = '/customize/CryptPad_logo.svg'; if (location.pathname == '/' || location.pathname == '/index.html') { logoPath = '/customize/CryptPad_logo_hero.svg'; } var elem = document.createElement('div'); elem.setAttribute('id', 'placeholder'); elem.innerHTML = [ '
', '', '
', '
', '

Loading...

', '
' ].join(''); document.addEventListener('DOMContentLoaded', function(e) { document.body.appendChild(elem); });