Welcome to mirror list, hosted at ThFree Co, Russian Federation.

deploy.html « public - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d9c4bb5c5833038732b13f7f69641978b09c512d (plain)
1
2
3
4
5
6
7
8
9
10
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><center><img src="/gitlab_logo.png"/></center>Deploy in progress</h1>
    <h3>Please try again in few minutes or contact your administrator.</h3>
  </body>
</html>