new scheme for different platforms
This commit is contained in:
parent
dbff7b4a8b
commit
82cd5a8ebc
12 changed files with 253 additions and 104 deletions
18
webapp/index-download-firefox.html
Normal file
18
webapp/index-download-firefox.html
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
||||
<ul>
|
||||
<li>Download <a href="copay-firefox-addon.xpi">XPI</a></li>
|
||||
<li>Copay is installed!</li>
|
||||
</ul>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue