1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-10-31 21:18:54 +00:00
trezor-wallet/src/index.html

39 lines
1.5 KiB
HTML
Raw Normal View History

2017-12-13 11:01:37 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=Edge" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
2018-10-19 11:32:59 +00:00
<title>Trezor Wallet</title>
<meta name="title" content="Trezor Wallet" />
<meta name="description" content="Trezor Wallet" />
<meta name="keywords" content="trezor wallet" />
2018-10-19 11:32:59 +00:00
<meta name="author" content="SatoshiLabs s.r.o." />
<meta name="google" value="notranslate" />
2018-12-20 11:00:09 +00:00
<link media="all" rel="stylesheet" href="./fonts/fonts.css" />
<!--[if lt IE 8]>
2018-12-20 11:00:09 +00:00
<link media="all" rel="stylesheet" href="./unsupported-browsers/style.css" />
2018-09-21 14:54:02 +00:00
<![endif]-->
2017-12-13 11:01:37 +00:00
</head>
<body>
<!--[if lt IE 8]>
2018-10-30 12:26:00 +00:00
<div class="unsupported-browsers">
2018-09-24 12:29:13 +00:00
<div class="header"></div>
<h1>Your browser is not supported</h1>
<p>Please choose one of the supported browsers</p>
<div class="main">
<div class="box left">
2018-12-20 11:00:09 +00:00
<img src="./unsupported-browsers/browser-chrome.png">
2018-09-24 12:29:13 +00:00
<a href="https://www.google.com/chrome/" target="_blank" rel="noreferrer noopener">Get Chrome</a>
</div>
<div class="box right">
2018-12-20 11:00:09 +00:00
<img src="./unsupported-browsers/browser-firefox.png">
2018-09-24 12:29:13 +00:00
<a href="https://www.mozilla.org/en-US/firefox/new/" target="_blank" rel="noreferrer noopener">Get Firefox</a>
</div>
</div>
</div>
2018-09-21 14:54:02 +00:00
<![endif]-->
2018-10-30 12:26:00 +00:00
<div id="trezor-wallet-root"></div>
2017-12-13 11:01:37 +00:00
</body>
</html>