<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Алло</title>
<style>
html, body, .wrapper {
height: 100%; }
body {
margin: 0;
background-color: #eee;
line-height: 1.4; }
.wrapper {
display: flex;
flex-direction: column;
}
.message {
margin: auto;
padding: 30px 0;
text-align: center; }
.logo {
margin-bottom: 10px; }
</style>
<!-- Yandex.Metrika counter -->
<script type="text/javascript">
(function (d, w, c) {
(w[c] = w[c] || []).push(function() {
try {
w.yaCounter43580354 = new Ya.Metrika({
id:43580354,
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true,
trackHash:true,
ut:"noindex"
});
} catch(e) { }
});
var n = d.getElementsByTagName("script")[0],
s = d.createElement("script"),
f = function () { n.parentNode.insertBefore(s, n); };
s.type = "text/javascript";
s.async = true;
s.src = "https://mc.yandex.ru/metrika/watch.js";
if (w.opera == "[object Opera]") {
d.addEventListener("DOMContentLoaded", f, false);
} else { f(); }
})(document, window, "yandex_metrika_callbacks");
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/43580354?ut=noindex" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<div class="wrapper">
<div class="message">
<img class="logo" src="logo.png" alt="Алло">
<div class="message-text">Тел. 8 (342) 216-02-14</div>
<div class="message-text">г. Пермь, ул. Рабоче-крестьянская, д. 22</div>
</div>
</div>
</body>
</html>