Skip to content

Instantly share code, notes, and snippets.

@kolyadin
Created April 7, 2015 16:54
Show Gist options
  • Save kolyadin/80d7e402bfb401fe6201 to your computer and use it in GitHub Desktop.
Save kolyadin/80d7e402bfb401fe6201 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Сайт временно недоступен. Приносим свои извинения за неудобства.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="/font/helveticaround.css" type="text/css" rel="stylesheet" />
<style type="text/css">
html, body {padding: 0px; margin: 0px;}
* {font-family: 'helveticarounded', serif;}
body {background-color: #FDF1E5;}
.container {width: 500px;margin: 170px auto;text-align: center;}
.title {margin: 40px 0;font-size: 26px;color: #736359;}
.copyrights {color: #444444;display: inline-block;font-family: Arial,sans-serif;font-size: 13px;font-weight: normal;vertical-align: top;margin-top: 30px;
}
</style>
</head>
<body>
<div class="container">
<img src="/kaska/logo.png" />
<div class="title">
Сайт временно недоступен.
<br />
Приносим свои извинения за
<br />
неудобства.
</div>
<img src="/kaska/parovozik.jpg" />
<div class="copyrights">&copy; ОАО "Компания ЮНИМИЛК". Все права защищены.</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment