go-ethereum/ethereal/assets/ext/home.html

23 lines
283 B
HTML
Raw Normal View History

2014-08-07 09:35:47 -05:00
<!doctype>
<html>
<head>
<title>Ethereum</title>
<style type="text/css">
h1 {
text-align: center;
font-family: Courier;
font-size: 50pt;
}
</style>
</head>
<body>
2014-08-10 08:57:42 -05:00
<h1>... Ethereum ...</h1>
2014-08-14 06:26:29 -05:00
<ul>
<li><a href="http://std.eth">std::Service</a></li>
</ul>
2014-08-07 09:35:47 -05:00
</body>
</html>