2014-05-30 07:30:01 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
|
|
<title>Copay Download</title>
|
2014-05-30 07:45:07 -07:00
|
|
|
<link rel="stylesheet" href="../css/foundation.min.css">
|
2014-05-30 07:30:01 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="row">
|
|
|
|
<h1>Copay Installation:</h1>
|
|
|
|
<ol>
|
|
|
|
<li>Download the <a href="copay.zip">ZIP</a></li>
|
|
|
|
<li>Unpack the ZIP file</li>
|
|
|
|
<li>Enter to "copay-webapp" folder</li>
|
|
|
|
<li>Open the index.html with your browser (Chrome, Firefox, Opera)</li>
|
|
|
|
<li>Enjoy Copay!</li>
|
|
|
|
</ol>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|