OSDN Git Service

Merge pull request #1247 from tsigo/feature/no_milestone_filter
[wvm/gitlab.git] / public / 500.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4   <title>We're sorry, but something went wrong (500)</title>
5   <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
6 </head>
7
8 <body>
9   <!-- This file lives in public/500.html -->
10   <h1>500</h1>
11   <div>
12     <h2>We're sorry, but something went wrong.</h2>
13     <p>We've been notified about this issue and we'll take a look at it shortly.</p>
14   </div>
15 </body>
16 </html>