OSDN Git Service

Add deploy.html for symlink if maintaince
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 27 Jan 2013 17:09:40 +0000 (19:09 +0200)
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Sun, 27 Jan 2013 17:09:40 +0000 (19:09 +0200)
public/deploy.html [new file with mode: 0644]

diff --git a/public/deploy.html b/public/deploy.html
new file mode 100644 (file)
index 0000000..d8c2878
--- /dev/null
@@ -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>