Support error page only for IE8 and lower

pull/83/head
Vladimir Volek 6 years ago
parent 2a1ae00113
commit 055132ee54

@ -10,13 +10,13 @@
<meta name="keywords" content="trezor wallet" /> <meta name="keywords" content="trezor wallet" />
<meta name="author" content="satoshilabs s.r.o." /> <meta name="author" content="satoshilabs s.r.o." />
<meta name="viewport" content="width=1024, initial-scale=1"> <meta name="viewport" content="width=1024, initial-scale=1">
<!--[if lt IE 9]> <!--[if lt IE 8]>
<link media="all" rel="stylesheet" href="/unsupported-browsers/style.css" /> <link media="all" rel="stylesheet" href="/unsupported-browsers/style.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet"> <link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet">
<![endif]--> <![endif]-->
</head> </head>
<body> <body>
<!--[if lt IE 9]> <!--[if lt IE 8]>
<div class="unsupported-browsers"> <div class="unsupported-browsers">
<div class="header"></div> <div class="header"></div>
<h1>Your browser is not supported</h1> <h1>Your browser is not supported</h1>

Loading…
Cancel
Save