const isBeingMigrated = true; if (isBeingMigrated) { var html = `

The bdupont.tech infrastructure is currently being migrated to new servers. Please check https://status-mig.bdupont.tech if you have any issues.

` document.documentElement.insertAdjacentHTML('beforeend', html); }