copay/webapp/index-download-firefox.html

21 lines
536 B
HTML

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Copay Firefox Addon - Install</title>
<link rel="stylesheet" href="../../css/foundation.min.css">
</head>
<body>
<div class="row">
<h1>Copay Firefox Installation:</h1>
<ol>
<li>Download the <a href="copay-firefox-addon.xpi">XPI</a></li>
<li>Go to "about:addons" on your Firefox</li>
<li>Install the Addon from file</li>
<li>Copay is installed!</li>
</ol>
</div>
</body>
</html>