Skip to content

Instantly share code, notes, and snippets.

@pimiento
Created February 27, 2023 03:43
Show Gist options
  • Save pimiento/abfca90b49a3789a5a0cead9a0c10319 to your computer and use it in GitHub Desktop.
Save pimiento/abfca90b49a3789a5a0cead9a0c10319 to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="ru">
<head>
<title>401 - Не авторизован</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="content-language" content="ru" />
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<style>
html,body { padding:0; margin:0; background:#fff; color:#000; height:100%; font-family: Arial, Helvetica, Verdana, sans-serif;}
main { width: 1000px; margin: 100px auto; }
h1 {color:#C0392B;float: left; font-size: 128px;line-height: 90px;margin: 0 20px 20px 0;}
h2 {color:#C0392B;margin: 0;}
h3 {font-size: 16px;margin: 10px 0 0 0;}
a { color:#275a95!important; border:none!important; font-weight:bold!important; }
a:hover { color:#C0392B!important; text-decoration: none; }
p { margin: 10px 0 0 0; font-size: 14px;}
pre {font-family: monospace; font-size: 11px; border-top: solid 2px #C0392B;clear: both;margin: 40px 0 0 0;}
pre.sql {border: none;}
section {margin: 40px 0 0 0; color: #000; overflow-y: auto;background: #fff;counter-reset: item;list-style: none;}
section ol {list-style: none;padding: 0;margin: 0;}
section li {font: 11px/14px monospace;}
section li:before {font: 11px/14px monospace;color: #999;display: inline-block;content: counter(item);counter-increment: item;width: 30px;text-align: right;margin-right: 20px;}
section li pre {font: 11px/14px monospace; color: #000;margin: 0;padding: 0;border: none;display: inline-block;tab-size: 4;-moz-tab-size: 4;}
section li.selected {background: #ffd4d4;}
</style>
</head>
<body>
<main>
<h1>401</h1>
<h2>Не авторизован</h2>
<p>Извините за неудобства. Вероятно, ссылка, по которой вы сюда попали, устарела,
или вы ошиблись, когда набирали адрес. Можно попробывать повторить попытку через некоторое
<a href="javascript:location.reload()">время</a>. Если ошибка повторяется, сообщите об этом администратору сайта
<a href="mailto:support@rabota.ru">support@rabota.ru</a>.</p>
</main>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment