gitlabhq/public/500.html

17 lines
457 B
HTML
Raw Normal View History

2011-10-08 23:36:38 +02:00
<!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" />
2011-10-08 23:36:38 +02:00
</head>
<body>
<!-- This file lives in public/500.html -->
<h1>500</h1>
<div class="alert-message block-message error">
2011-10-08 23:36:38 +02:00
<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>