Welcome to mirror list, hosted at ThFree Co, Russian Federation.

500.html « public - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 5b78e3e38cba668fbe5e1739aa543beb98a22189 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html>
<head>
  <title>We're sorry, but something went wrong (500)</title>
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body>
  <h1>500</h1>
  <h3>We're sorry, but something went wrong.</h3>
  <hr/>
  <p>We've been notified about this issue and we'll take a look at it shortly.</p>
</body>
</html>