diff options
Diffstat (limited to 'public/deploy.html')
-rw-r--r-- | public/deploy.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/public/deploy.html b/public/deploy.html new file mode 100644 index 00000000000..d8c287809ea --- /dev/null +++ b/public/deploy.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html> + <head> + <title>Deploy in progress. Please try again in few minutes</title> + <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> + </head> + <body> + <h1>Deploy in progress</h1> + <h3>Please try again in few minutes or contact your administrator.</h3> + </body> +</html> |