copay/webapp/index-download-firefox.html

21 lines
536 B
HTML
Raw Normal View History

2014-05-16 13:26:47 -07:00
<!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>
2014-05-30 07:30:01 -07:00
<ol>
<li>Download the <a href="copay-firefox-addon.xpi">XPI</a></li>
2014-05-30 11:12:35 -07:00
<li>Go to "about:addons" on your Firefox</li>
<li>Install the Addon from file</li>
2014-05-16 13:26:47 -07:00
<li>Copay is installed!</li>
2014-05-30 07:30:01 -07:00
</ol>
2014-05-16 13:26:47 -07:00
</div>
</body>
</html>