Skip to content

Commit

Permalink
add static content to html files for seo
Browse files Browse the repository at this point in the history
  • Loading branch information
woodser committed Oct 27, 2018
1 parent 5618120 commit eb4ddf9
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
3 changes: 2 additions & 1 deletion generate.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
</script>
</head>
<body>
<!-- Dynamic application content -->
<!-- Static content replaced by dynamic application -->
<h1>Generate cryptocurrency keypairs in your browser. 100% open source and client-side.</h1>
<h2>Passphrase-protect keypairs. Divide keypairs into parts.</h2>
</body>
</html>
17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,22 @@
});
</script>
<body class='app_body flex_vertical flex_align_center'>
<!-- Dynamic application content -->
<!-- Static content replaced by dynamic application -->
<h1>Generate offline storage for major cryptocurrencies. 100% open source and free to use.</h1>
<h2>Supports Bitcoin-BTC, Bitcoin-BCH, Monero, Ethereum, Litecoin, Dash, Dogecoin, Zcash, Zcoin, Stellar, BIP39, Waves, Neo, Ripple, Ethereum Classic, OmiseGo, Basic Attention Token, and Ubiq.</h2>
<h2>Export to printable and digital formats for long-term storage</h2>
<h3>Save keys to a file which can be stored on a flash drive, or print to paper to easily create paper wallets.</h3>
<h2>Encrypt and divide private keys for maximum security</h2>
<h3>Encrypt private keys with a passphrase or divide them into parts so funds are not accessible at any one location. Set how many parts are needed to recover the keys. Store one in your safe, one in a bank vault, or one with a trusted family member.</h3>
<h2>Generate keys securely with automatic environment checks</h2>
<h3>Following a few simple recommendations can improve the security of your cryptocurrency. Automatic environment checks encourage keys to be generated in a secure environment.</h3>
<h4>Checks if internet connection is active</h4>
<h4>Checks if tool is running locally</h4>
<h4>Checks if browser is open source</h4>
<h4>Checks if operating system is open source</h4>
<h2>Strong cryptography</h2>
<h3>Uses the latest <a href="https://www.w3.org/TR/WebCryptoAPI/#dfn-GlobalCrypto">window.crypto API</a> available in browsers which provides access to a cryptographically secure random number generator. This allows generation of random values as seeds for your keys.</h3>
<h2>Download our 100% free and open source software and run it offline</h2>
<h3>Feel confident in the software you’re using. Inspect the source code and know that your money is secure. CryptoStorage is open source, so the community can maintain it indefinitely.</h3>
</body>
</html>

0 comments on commit eb4ddf9

Please sign in to comment.