f5e0e5c0a3
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
17 lines
404 B
HTML
17 lines
404 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Deploy in progress</title>
|
|
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
|
|
<body>
|
|
<h1>
|
|
<img src="/logo.svg" /><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>
|
|
</body>
|
|
</html>
|