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: 3be1cc259c0a0eb0acf6000249615059c7892200 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!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>
  <!-- This file lives in public/500.html -->
  <h1>500</h1>
  <div>
    <h2>We're sorry, but something went wrong.</h2>
    <p>We've been notified about this issue and we'll take a look at it shortly.</p>
  </div>
</body>
</html>