Merge branch '18947-githttpd'
[arvados.git] / services / api / public / 422.html
1 <!-- Copyright (C) The Arvados Authors. All rights reserved.
2
3 SPDX-License-Identifier: AGPL-3.0 -->
4
5 <!DOCTYPE html>
6 <html lang="en">
7 <head>
8   <title>The change you wanted was rejected (422)</title>
9   <style type="text/css">
10     body { background-color: #fff; color: #666; text-align: center; font-family: arial, sans-serif; }
11     div.dialog {
12       width: 25em;
13       padding: 0 4em;
14       margin: 4em auto 0 auto;
15       border: 1px solid #ccc;
16       border-right-color: #999;
17       border-bottom-color: #999;
18     }
19     h1 { font-size: 100%; color: #f00; line-height: 1.5em; }
20   </style>
21 </head>
22
23 <body>
24   <!-- This file lives in public/422.html -->
25   <div class="dialog">
26     <h1>The change you wanted was rejected.</h1>
27     <p>Maybe you tried to change something you didn't have access to.</p>
28   </div>
29 </body>
30 </html>