diff --git a/FMS/Pages/Shared/_Layout.cshtml b/FMS/Pages/Shared/_Layout.cshtml
index 1b53098..2400383 100644
--- a/FMS/Pages/Shared/_Layout.cshtml
+++ b/FMS/Pages/Shared/_Layout.cshtml
@@ -24,6 +24,13 @@
File Management System
+
+
Notice
+
There will be a scheduled major system maintenance outage for all EPD applications from 11AM Saturday 12/7/24 until 6 AM Monday 12/9/24.
+
Please refer to the EPD-IT status page for updates.
+
+
@if (User.Identity?.IsAuthenticated ?? false)
{
diff --git a/FMS/wwwroot/js/formIndex.js b/FMS/wwwroot/js/formIndex.js
index 5555bf3..f5d9563 100644
--- a/FMS/wwwroot/js/formIndex.js
+++ b/FMS/wwwroot/js/formIndex.js
@@ -1,3 +1,3 @@
$(document).ready(function formIndex() {
- setTimeout(function () { $('.alert').alert('close') }, 4000)
+ setTimeout(function () { $('.alert').alert('close') }, 6000)
});
\ No newline at end of file