public/deploy.html (34 lines of code) (raw):

<!DOCTYPE html> <html> <head> <title>Deploy in progress. Please try again in few minutes</title> <style type="text/css"> body { color: #666; text-align: center; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; sans-serif; margin:0; width: 800px; margin: auto; font-size: 14px; } h1 { font-size: 56px; line-height: 100px; font-weight: normal; color: #456; } h3 { color: #456; font-size: 20px; font-weight: normal; line-height: 28px; } </style> </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>