2017-04-12 05:04:27 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<title>MyEtherWallet</title>
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
2017-07-22 20:55:59 +00:00
|
|
|
|
|
|
|
|
|
|
|
<link rel="manifest" href="/manifest.json">
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico">
|
|
|
|
<link rel="apple-touch-icon" sizes="180x180" href="/favicon/apple-touch-icon.png">
|
|
|
|
<link rel="icon" type="image/png" href="/favicon/favicon-32x32.png" sizes="32x32">
|
|
|
|
<link rel="icon" type="image/png" href="/favicon/favicon-16x16.png" sizes="16x16">
|
|
|
|
<link rel="mask-icon" href="favicon/safari-pinned-tab.svg" color="#0e97c0">
|
|
|
|
<meta name="msapplication-config" content="/favicon/browserconfig.xml">
|
|
|
|
<meta name="theme-color" content="#163151">
|
2017-04-12 05:04:27 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|