deploy.html 411 字节
Newer Older
1 2 3
<!DOCTYPE html>
<html>
  <head>
D
Douwe Maan 已提交
4
    <title>Deploy in progress</title>
5 6
    <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
  </head>
D
Douwe Maan 已提交
7

8
  <body>
D
Douwe Maan 已提交
9 10 11 12 13 14 15
    <h1>
      <img src="/gitlab_logo.png" /><br />
      Deploy in progress
    </h1>
    <h3>Please try again in a few minutes.</h3>
    <hr/>
    <p>Please contact your GitLab administrator if this problem persists.</p>
16 17
  </body>
</html>