2016-02-12 23:52:43 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2022-07-15 16:43:07 +08:00
|
|
|
<head>
|
|
|
|
<title>The change you wanted was rejected (422)</title>
|
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
2022-08-05 16:45:46 +08:00
|
|
|
<style>
|
|
|
|
body {
|
|
|
|
background-color: #F0F0F6;
|
|
|
|
color: #2E2F30;
|
|
|
|
text-align: center;
|
|
|
|
font-family: arial, sans-serif;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.navbar {
|
|
|
|
background: #FFFFFF;
|
|
|
|
box-shadow: 0px 1px 4px rgba(35, 31, 32, 0.15);
|
|
|
|
height: 52px;
|
|
|
|
left: 0%;
|
|
|
|
position: absolute;
|
|
|
|
right: 0%;
|
|
|
|
top: 0%;
|
|
|
|
}
|
|
|
|
|
2023-04-05 20:22:06 +08:00
|
|
|
div.navbar img {
|
2022-08-05 16:45:46 +08:00
|
|
|
width: 121px;
|
|
|
|
height: 24px;
|
|
|
|
left: 21px;
|
|
|
|
position: absolute;
|
|
|
|
top: calc(50% - 24px/2 - 0px);
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog {
|
|
|
|
width: 95%;
|
|
|
|
margin: 4em auto 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog > h1 {
|
|
|
|
color: #404048;
|
|
|
|
font-family: Lato;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.5em;
|
|
|
|
line-height: 29px;
|
|
|
|
margin: 0.5em;
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog > p {
|
|
|
|
color: #404048;
|
|
|
|
font-family: Lato;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: normal;
|
|
|
|
font-size: 1.1em;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.dialog > img {
|
|
|
|
margin: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.illustration {
|
|
|
|
margin-top: 64px !important;
|
|
|
|
}
|
|
|
|
</style>
|
2022-07-15 16:43:07 +08:00
|
|
|
</head>
|
2016-02-12 23:52:43 +08:00
|
|
|
|
2023-04-25 21:35:02 +08:00
|
|
|
<body data-turbolinks="false">
|
2022-07-15 16:43:07 +08:00
|
|
|
<!-- This file lives in public/422.html -->
|
|
|
|
<div class="navbar">
|
2023-04-05 20:22:06 +08:00
|
|
|
<a href="/">
|
2023-08-11 20:16:26 +08:00
|
|
|
<img id="logo" src="/images/scinote_logo.svg" title="SciNote">
|
2023-04-05 20:22:06 +08:00
|
|
|
</a>
|
2022-07-15 16:43:07 +08:00
|
|
|
</div>
|
|
|
|
<div class="dialog">
|
|
|
|
<img src="/images/genericError.svg" class="illustration">
|
|
|
|
<h1>Ooops, something went wrong.</h1>
|
|
|
|
<p>Please contact your SciNote administrator.</p>
|
2016-02-12 23:52:43 +08:00
|
|
|
</div>
|
2022-07-15 16:43:07 +08:00
|
|
|
</body>
|
2016-02-12 23:52:43 +08:00
|
|
|
</html>
|