-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlegacy.html
21 lines (21 loc) · 1.31 KB
/
legacy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="ru" style="color: #000;background: #FFF;height: 100%;">
<head>
<meta charset="utf-8">
<title></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="icon" type="image/jpeg" href="./images/favicon.jpg" />
</head>
<body style="font: 13px/1.231 arial,helvetica,clean,sans-serif;*font-size: small;*font: x-small;width: 100%;margin: 0;padding: 0;height: 100%;">
<div style="margin: 0;padding: 0;">
<div id="message" style="margin: 0;padding: 0;font-size: 200%;line-height: 40px;letter-spacing: .045em;padding-top: 15%;padding-bottom: 50px;">
<div class="wrapperMessage" style="margin: 0;padding: 0;width: 75%;margin-left: auto;margin-right: auto;margin-bottom: 75px;padding-left: 20px;padding-right: 20px;">
У Вас установлена устаревшая версия браузера.<br>
Для полноценной работы в интернете необходимо скачать современный браузер,
например — <a href="http://www.google.com/chrome/" target="_blank" style="white-space: nowrap;">Google Chrome</a>,
или — <a href="http://browser.yandex.net/" target="_blank" style="white-space: nowrap;">Яндекс.Браузер</a>.
</div>
</div>
</div>
</body>
</html>