You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
819 B
42 lines
819 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<title>Error</title>
|
|
|
|
<style>
|
|
body {
|
|
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
|
|
padding: 10%;
|
|
text-align: center;
|
|
line-height: 1.5em;
|
|
}
|
|
a {
|
|
color: inherit;
|
|
}
|
|
a:hover,
|
|
a:focus {
|
|
color: #000;
|
|
}
|
|
p {
|
|
max-width: 30em;
|
|
margin: 0 auto;
|
|
}
|
|
.notice {
|
|
font-weight: bold;
|
|
}
|
|
.admin-advice {
|
|
font-size: .8em;
|
|
font-style: italic;
|
|
color: #999;
|
|
padding-top: 3rem;
|
|
}
|
|
.admin-advice p {
|
|
margin-bottom: 1.5rem;
|
|
}
|
|
</style>
|
|
|
|
</head>
|
|
<body>
|
|
|