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

<body>
  <!-- This file lives in public/422.html -->
10
  <h1>422</h1>
D
Douwe Maan 已提交
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>
G
gitlabhq 已提交
15 16
</body>
</html>