You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
738 B
18 lines
738 B
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<title>Старый браузер</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<h1>Ваш InternetExplorer устарел, обновите ваш браузер на более современный</h1>
|
|
<p>Можете воспользоваться ссылками ниже:</p>
|
|
<ul>
|
|
<li><a href="https://www.google.ru/chrome/">Google Chrome</a></li>
|
|
<li><a href="https://www.opera.com/ru/download">Opera</a></li>
|
|
<li><a href="https://browser.yandex.ru/">Yandex Browser</a></li>
|
|
<li><a href="https://www.mozilla.org/ru/firefox/new/">Mozilla Firefox</a></li>
|
|
</ul>
|
|
</body>
|
|
</html>
|