Commit 558369731fc95eb0690ce02fd3c38b7f4cf6921b
1 parent
552e42f6
Exists in
master
and in
4 other branches
Add deploy.html for symlink if maintaince
Showing
1 changed file
with
11 additions
and
0 deletions
Show diff stats
@@ -0,0 +1,11 @@ | @@ -0,0 +1,11 @@ | ||
1 | +<!DOCTYPE html> | ||
2 | +<html> | ||
3 | + <head> | ||
4 | + <title>Deploy in progress. Please try again in few minutes</title> | ||
5 | + <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> | ||
6 | + </head> | ||
7 | + <body> | ||
8 | + <h1>Deploy in progress</h1> | ||
9 | + <h3>Please try again in few minutes or contact your administrator.</h3> | ||
10 | + </body> | ||
11 | +</html> |