new webapp organization
This commit is contained in:
parent
6471fd2a62
commit
a84d6298ce
5 changed files with 33 additions and 9 deletions
21
webapp/index-download.html
Normal file
21
webapp/index-download.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<title>Copay Download</title>
|
||||
<link rel="stylesheet" href="../../css/foundation.min.css">
|
||||
</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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue