index.html 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset='utf-8'>
  5. <meta http-equiv="X-UA-Compatible" content="chrome=1">
  6. <link href='https://fonts.googleapis.com/css?family=Chivo:900' rel='stylesheet' type='text/css'>
  7. <link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
  8. <link rel="stylesheet" type="text/css" href="stylesheets/github-dark.css" media="screen">
  9. <link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print">
  10. <!--[if lt IE 9]>
  11. <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
  12. <![endif]-->
  13. <title>Meteor-dapp-wallet by ethereum</title>
  14. </head>
  15. <body>
  16. <div id="container">
  17. <div class="inner">
  18. <header>
  19. <h1>Meteor-dapp-wallet</h1>
  20. <h2>Static Build files for meteor-dapp-wallet repo</h2>
  21. </header>
  22. <section id="downloads" class="clearfix">
  23. <a href="https://github.com/ethereum/meteor-dapp-wallet/zipball/master" id="download-zip" class="button"><span>Download .zip</span></a>
  24. <a href="https://github.com/ethereum/meteor-dapp-wallet/tarball/master" id="download-tar-gz" class="button"><span>Download .tar.gz</span></a>
  25. <a href="https://github.com/ethereum/meteor-dapp-wallet" id="view-on-github" class="button"><span>View on GitHub</span></a>
  26. </section>
  27. <hr>
  28. <section id="main_content">
  29. <h3>
  30. <a id="static-build" class="anchor" href="#static-build" aria-hidden="true"><span aria-hidden="true" class="octicon octicon-link"></span></a>Static build</h3>
  31. <p>This is an <a href="https://ethereum.github.io/meteor-dapp-wallet/build/">automatically generated page</a> from the wallet app that will be hosted at <a href="https://wallet.ethereum.org">wallet.ethereum.org</a></p>
  32. <p> To rebuild this execute these commands from the "app" folder: </p>
  33. <pre>
  34. git checkout gh-pages
  35. git merge develop
  36. meteor-build-client ../build --path "https://wallet.ethereum.org/"
  37. </pre>
  38. <p> Commit the changes and push to the gh-pages branch </p>
  39. </section>
  40. <footer>
  41. Meteor-dapp-wallet is maintained by <a href="https://github.com/ethereum">ethereum</a><br>
  42. This page was generated by <a href="https://pages.github.com">GitHub Pages</a>. Tactile theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.
  43. </footer>
  44. </div>
  45. </div>
  46. </body>
  47. </html>