(function () { var errorEl = null; function showGlobalErrorPage() { if (errorEl) { return; } errorEl = document.createElement('div'); errorEl.innerHTML = [ '', '
',
'Unsupported Environment
', '', 'It looks like AFFiNE cannot run in this environment.', "Please ensure you are using a supported browser or update your device's operating system to the latest version.", 'If the issue persists, visit our support page for further assistance.', '
', '