Add deploy.html for symlink if maintaince
This commit is contained in:
parent
552e42f634
commit
558369731f
1 changed files with 11 additions and 0 deletions
11
public/deploy.html
Normal file
11
public/deploy.html
Normal file
|
@ -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>
|
Loading…
Reference in a new issue