1
0
mirror of https://github.com/trezor/trezor-wallet synced 2024-12-26 17:08:07 +00:00
trezor-wallet/src/index.html

24 lines
843 B
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-03-08 16:10:53 +00:00
<title>Ethereum Wallet | TREZOR</title>
<meta name="title" content="Trezor Wallet" />
<meta name="description" content="Trezor Wallet" />
<meta name="keywords" content="trezor wallet" />
<meta name="author" content="satoshilabs s.r.o." />
2017-12-13 11:01:37 +00:00
<meta name="viewport" content="width=1024, initial-scale=1">
2018-09-21 14:54:02 +00:00
<!--[if lte IE 8]>
<link media="all" rel="stylesheet" href="/unsupported-browsers.css" />
<![endif]-->
2017-12-13 11:01:37 +00:00
</head>
<body>
2018-09-21 14:54:02 +00:00
<!--[if lte IE 8]>
<p class="unsupported-ie">This page is not supported for IE8 and lower versions of IE.</p>
<![endif]-->
2017-12-13 11:01:37 +00:00
<div id="root"></div>
</body>
</html>