From 33075242d9cd97686b3af8fe3876562fec909c70 Mon Sep 17 00:00:00 2001 From: Anrab35 Date: Sun, 11 Aug 2024 15:35:44 +0200 Subject: [PATCH] added basic temp file --- migration.js | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 migration.js 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