Commit f45f03319943580578c5d5743adbf4f3ae5f5695
1 parent
18a49614
Exists in
master
and in
4 other branches
Add logo to deploy.html
Showing
2 changed files
with
1 additions
and
1 deletions
Show diff stats
public/deploy.html
... | ... | @@ -5,7 +5,7 @@ |
5 | 5 | <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> |
6 | 6 | </head> |
7 | 7 | <body> |
8 | - <h1>Deploy in progress</h1> | |
8 | + <h1><center><img src="/gitlab_logo.png"/></center>Deploy in progress</h1> | |
9 | 9 | <h3>Please try again in few minutes or contact your administrator.</h3> |
10 | 10 | </body> |
11 | 11 | </html> | ... | ... |
17 KB