mirror of https://github.com/ethereum/go-ethereum
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
283 B
23 lines
283 B
10 years ago
|
<!doctype>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>Ethereum</title>
|
||
|
|
||
|
<style type="text/css">
|
||
|
h1 {
|
||
|
text-align: center;
|
||
|
font-family: Courier;
|
||
|
font-size: 50pt;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
10 years ago
|
<h1>... Ethereum ...</h1>
|
||
10 years ago
|
<ul>
|
||
|
<li><a href="http://std.eth">std::Service</a></li>
|
||
|
</ul>
|
||
10 years ago
|
</body>
|
||
|
</html>
|
||
|
|