BigW Consortium Gitlab

422.html 472 Bytes
Newer Older
gitlabhq committed
1 2 3
<!DOCTYPE html>
<html>
<head>
4
  <title>The change you requested was rejected (422)</title>
Douwe Maan committed
5
  <link href="/static.css" media="screen" rel="stylesheet" type="text/css" />
gitlabhq committed
6 7 8 9
</head>

<body>
  <!-- This file lives in public/422.html -->
10
  <h1>422</h1>
11 12 13 14
  <h3>The change you requested was rejected.</h3>
  <hr />
  <p>Make sure you have access to the thing you tried to change.</p>
  <p>Please contact your GitLab administrator if you think this is a mistake.</p>
gitlabhq committed
15 16
</body>
</html>