Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2431)

Unified Diff: appengine/monorail/static/database-maintenance.html

Issue 1868553004: Open Source Monorail (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebase Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « appengine/monorail/static/css/prettify.css ('k') | appengine/monorail/static/images/button-bg.gif » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/monorail/static/database-maintenance.html
diff --git a/appengine/monorail/static/database-maintenance.html b/appengine/monorail/static/database-maintenance.html
new file mode 100644
index 0000000000000000000000000000000000000000..d1b0a87845cf1823a1fd29648a073c7fdc6501fe
--- /dev/null
+++ b/appengine/monorail/static/database-maintenance.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <link rel="icon" type="image/vnd.microsoft.icon" href="/static/images/monorail.ico">
+ <title>This bug tracker is unavailable due to database issues.</title>
+ <meta name="ROBOTS" content="NOARCHIVE">
+ <link type="text/css" rel="stylesheet" href="/static/css/ph_core.css">
+</head>
+<body>
+ <h2>This bug tracker is currently unavailable due to database issues.</h2>
+ Please try again later.
+</body>
+</html>
« no previous file with comments | « appengine/monorail/static/css/prettify.css ('k') | appengine/monorail/static/images/button-bg.gif » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698