This commit is contained in:
Jeffrey Wilcke
2015-09-02 23:31:11 +02:00
parent 4d63a6d4f4
commit 528aa07fff
2 changed files with 67 additions and 3 deletions

39
getting_started.html Normal file
View File

@@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Ethereum</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Ethereum</h1>
<h2 class="project-tagline">Official golang implementation of the Ethereum protocol</h2>
<a href="https://github.com/ethereum/go-ethereum" class="btn">View on GitHub</a>
<a href="https://github.com/ethereum/go-ethereum/zipball/master" class="btn">Download .zip</a>
<a href="https://github.com/ethereum/go-ethereum/tarball/master" class="btn">Download .tar.gz</a>
</section>
<section class="main-content">
<p>
Ethereum is an open source crypto project written in the Go language
(among others). This is the official Go Ethereum implementation and host
to the Ethereum Frontier Release client <strong>geth</strong>.
</p>
<footer class="site-footer">
<span class="site-footer-owner"><a href="https://github.com/ethereum/go-ethereum">Ethereum</a> is maintained by <a href="https://github.com/ethereum/go-ethereum/graphs/contributors"> the go ethereum team</a>.</span>
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
</body>
</html>