2017-04-12 05:04:27 +00:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
2017-10-10 22:57:15 +00:00
|
|
|
<meta charset="utf-8">
|
2018-02-07 04:28:28 +00:00
|
|
|
<title>MyCrypto</title>
|
2018-07-06 13:15:08 +00:00
|
|
|
<meta http-equiv="Content-Security-Policy" content="<%= htmlWebpackPlugin.options.metaCsp %>" >
|
2017-10-10 22:57:15 +00:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
2018-05-12 23:27:34 +00:00
|
|
|
<meta name="description" content="MyCrypto is a free, open-source interface for interacting with the blockchain.">
|
2017-10-10 22:57:15 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
2018-05-12 23:27:34 +00:00
|
|
|
<meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>">
|
|
|
|
<meta property="og:url" content="<%= htmlWebpackPlugin.options.appUrl %>">
|
|
|
|
<meta property="og:description" content="<%= htmlWebpackPlugin.options.appDescription %>">
|
|
|
|
<meta property="og:site_name" content="<%= htmlWebpackPlugin.options.title %>">
|
|
|
|
<meta property="og:type" content="<%= htmlWebpackPlugin.options.type %>">
|
2018-07-06 13:29:39 +00:00
|
|
|
<meta property="og:image" content="/common/assets/images/link-preview.png">
|
2018-05-12 23:27:34 +00:00
|
|
|
<meta name="twitter:site" content="<%= htmlWebpackPlugin.options.twitter.site %>">
|
|
|
|
<meta name="twitter:creator" content="<%= htmlWebpackPlugin.options.twitter.creator %>">
|
2018-05-29 18:45:04 +00:00
|
|
|
<meta name="google-site-verification" content="dRWkvANAUNAhNyMnTyc7M7S3lnucotMY8j8R-gsZhbo" />
|
2017-10-10 22:57:15 +00:00
|
|
|
<link rel="manifest" href="/manifest.json">
|
2017-04-12 05:04:27 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2017-10-10 22:57:15 +00:00
|
|
|
<div id="app"></div>
|
|
|
|
|
|
|
|
<noscript class="NoScript">
|
|
|
|
<div class="NoScript-content">
|
|
|
|
<h2>You Must Enable Javascript to Continue</h2>
|
|
|
|
<p>
|
2018-02-07 04:28:28 +00:00
|
|
|
MyCrypto requires Javascript to run. There are no security vulnerabilities as a result of enabling Javascript on MyCrypto,
|
2017-12-30 16:22:28 +00:00
|
|
|
as we do not load any external scripts such as advertisements or trackers.
|
2017-10-10 22:57:15 +00:00
|
|
|
</p>
|
|
|
|
<p>
|
2017-12-30 16:22:28 +00:00
|
|
|
If you are not sure why you are seeing this message, or are unsure of how to enable Javascript, please visit
|
2018-01-10 05:17:52 +00:00
|
|
|
<a href="https://www.enable-javascript.com/" rel="noopener noreferrer" target="_blank">enable-javascript.com</a>
|
2017-10-10 22:57:15 +00:00
|
|
|
to learn more.
|
|
|
|
</p>
|
|
|
|
</div>
|
|
|
|
</noscript>
|
|
|
|
|
|
|
|
<div class="BadBrowser" style="display: none;">
|
|
|
|
<div class="BadBrowser-content">
|
|
|
|
<h2>Your Browser is Out of Date</h2>
|
|
|
|
<p class="is-desktop">
|
2018-05-12 23:27:34 +00:00
|
|
|
MyCrypto requires certain features that your browser doesn't offer. Your browser may also be missing security updates that
|
|
|
|
could open you up to vulnerabilities. Please update your browser, or switch to one of the following browsers to continue
|
|
|
|
using MyCrypto.
|
2017-10-10 22:57:15 +00:00
|
|
|
</p>
|
|
|
|
<p class="is-mobile">
|
2018-05-12 23:27:34 +00:00
|
|
|
MyCrypto requires certain features that your browser doesn't offer. Please use your device's default browser, or switch to
|
|
|
|
a laptop or desktop computer to continue using MyCrypto.
|
2017-10-10 22:57:15 +00:00
|
|
|
</p>
|
|
|
|
<div class="BadBrowser-content-browsers is-desktop">
|
2018-05-12 23:27:34 +00:00
|
|
|
<a class="BadBrowser-content-browsers-browser firefox" href="https://www.mozilla.org/en-US/firefox/new/" rel="noopener noreferrer"
|
|
|
|
target="_blank">
|
2017-10-10 22:57:15 +00:00
|
|
|
<span class="BadBrowser-content-browsers-browser-name">
|
|
|
|
Firefox
|
|
|
|
</span>
|
|
|
|
</a>
|
2018-01-10 05:17:52 +00:00
|
|
|
<a class="BadBrowser-content-browsers-browser chrome" href="https://www.google.com/chrome/browser/desktop/index.html" rel="noopener noreferrer"
|
2017-12-30 16:22:28 +00:00
|
|
|
target="_blank">
|
2017-10-10 22:57:15 +00:00
|
|
|
<span class="BadBrowser-content-browsers-browser-name">
|
|
|
|
Chrome
|
|
|
|
</span>
|
|
|
|
</a>
|
2018-02-01 22:51:15 +00:00
|
|
|
<a class="BadBrowser-content-browsers-browser opera" href="https://www.opera.com/" rel="noopener noreferrer" target="_blank">
|
2017-10-10 22:57:15 +00:00
|
|
|
<span class="BadBrowser-content-browsers-browser-name">
|
|
|
|
Opera
|
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
2017-04-12 05:04:27 +00:00
|
|
|
</body>
|
|
|
|
|
2018-07-06 13:29:39 +00:00
|
|
|
</html>
|