500.html 416 字节
Newer Older
G
gitlabhq 已提交
1 2 3 4
<!DOCTYPE html>
<html>
<head>
  <title>We're sorry, but something went wrong (500)</title>
S
Saito 已提交
5
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
G
gitlabhq 已提交
6 7 8 9
</head>

<body>
  <!-- This file lives in public/500.html -->
10
  <h1>500</h1>
11
  <div>
G
gitlabhq 已提交
12 13 14 15 16
    <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>