gitlab-org--gitlab-foss/public/500.html

14 lines
349 B
HTML
Raw Normal View History

2011-10-08 21:36:38 +00:00
<!DOCTYPE html>
<html>
<head>
<title>We're sorry, but something went wrong (500)</title>
2012-05-21 04:00:24 +00:00
<link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
2011-10-08 21:36:38 +00:00
</head>
<body>
<h1>500</h1>
<h3>We're sorry, but something went wrong.</h3>
<hr/>
2014-02-04 10:39:07 +00:00
<p>Please contact your GitLab administrator if this problem persists.</p>
2011-10-08 21:36:38 +00:00
</body>
</html>