Elukey has submitted this change and it was merged. Change subject: Add maintenance page for oncoming outage ......................................................................
Add maintenance page for oncoming outage Bug: T76348 Change-Id: I6a77528b5765ef4d4cdad1391e3a210c7db0aa4d --- A index.html 1 file changed, 30 insertions(+), 0 deletions(-) Approvals: Elukey: Verified; Looks good to me, approved diff --git a/index.html b/index.html new file mode 100644 index 0000000..5a10e1a --- /dev/null +++ b/index.html @@ -0,0 +1,30 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html lang="en"> + <head> + <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> + <title>Service Temporarily Unavailable - Wikimedia Foundation</title> + <style> + .container { + width: 600px; + margin: 150px auto 0 auto; + font-family: sans-serif; + } + .image { + width: 200px; + float: left; + margin-right: 40px; + } + .title { + font-size: 30px; + font-weight: bold; + } + </style> + </head> + <body> + <div class="container"> + <img class="image" src="https://upload.wikimedia.org/wikipedia/commons/c/c4/Wikimedia_Foundation_RGB_logo_with_text.svg"> + <p class="title">This system is going through planned maintenance.</p> + <p>Please, come back after a while. To know more about the reasons behind this interruption and the expected recovery time, go <a href="https://phabricator.wikimedia.org/T76348" target="_blank">here</a>. Sorry for the inconvenience.</p> + </div> + </body> +</html> -- To view, visit https://gerrit.wikimedia.org/r/284910 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6a77528b5765ef4d4cdad1391e3a210c7db0aa4d Gerrit-PatchSet: 1 Gerrit-Project: analytics/websites_maintenance Gerrit-Branch: master Gerrit-Owner: Mforns <[email protected]> Gerrit-Reviewer: Elukey <[email protected]> Gerrit-Reviewer: Nuria <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
