Combine /index, /<lang>/index, and /404

This commit is contained in:
David A. Harding 2015-07-24 16:44:20 -04:00
parent 855f8bb91d
commit d1f49ba2c2
No known key found for this signature in database
GPG key ID: 4B29C30FF29EC4B7
4 changed files with 23 additions and 40 deletions

View file

@ -14,13 +14,4 @@ window.location.href='/'+lang+'/';
</script>
<!--Fallback page, don't allow indexing-->
<meta name="robots" content="noindex">
<h1>An open source P2P digital currency</h1>
<p style="font-size:125%;">Bitcoin is a currency, a protocol, and a software that enables
<ul style="font-size:125%">
<li>Instant peer to peer transactions</li>
<li>Worldwide payments</li>
<li>Low or zero processing fees</li>
<li>And much more!</li>
</ul>
<p>Bitcoin uses peer to peer technology to operate with no central authority; managing transactions and issuing Bitcoins are carried out <b>collectively by the network</b>. Through many of its unique properties, Bitcoin allows exciting uses that could not be covered by any previous payment systems.</p>
<p>The software is a community-driven <a href="http://www.fsf.org/about/what-is-free-software">free open source</a> project, released under the <a href="http://creativecommons.org/licenses/MIT/">MIT license</a>.</p>
{% include index.html %}