Last active
February 17, 2018 20:17
-
-
Save npofopr/08c1158fd14158620165d0ba58eeac3c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- BROWSE HAPPY BEGINS HERE --> | |
<style> | |
.browse-happy {display:block;width:768px;height:120px;background-color:#cd3c18;color: #fff !important;margin: 0;font-size: 16px;line-height: 1.4;color: #333;position: fixed;z-index: 9999;top: 50%;left: 50%;margin-top: -60px;margin-left: -384px;padding: 20px 40px;text-align: justify} | |
.browse-happy a {color: #fff; text-decoration: underline;text-decoration-skip:ink} | |
</style> | |
<!--[if lt IE 10]> | |
<div class="browse-happy"> | |
<div> | |
<p class="browse-happy__notice">Мы обнаружили, что вы используете <strong>устаревшую версию</strong> браузера Internet Explorer</p> | |
<p class="browse-happy__security">Из соображений безопасности этот сайт поддерживает Internet Explorer версии 10 и выше | |
<br>Кроме того, этот и многие другие сайты могут отображаться <strong>некорректно</strong></p> | |
<p class="browse-happy__update">Пожалуйста, обновите свой браузер по этой <a href="http://browsehappy.com/" target="_blank">ссылке</a></p> | |
<p class="browse-happy__recommend">(мы рекомендуем <a href="http://www.google.com/chrome" target="_blank">Google Chrome</a>)</p> | |
</div> | |
</div> | |
<![endif]--> | |
<!-- BROWSE HAPPY ENDS HERE --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment