diff --git a/migration.js b/migration.js new file mode 100644 index 0000000..ad31652 --- /dev/null +++ b/migration.js @@ -0,0 +1,25 @@ +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); +} \ No newline at end of file