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

15 lines
415 B
HTML
Raw Normal View History

2011-10-08 21:36:38 +00:00
<!DOCTYPE html>
<html>
<head>
2015-05-10 18:04:02 +00:00
<title>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>
2015-05-10 18:04:02 +00:00
<h3>Whoops, something went wrong on our end.</h3>
<hr/>
2015-05-10 18:04:02 +00:00
<p>Try refreshing the page, or going back and attempting the action again.</p>
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>