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

23 lines
283 B
HTML
Raw Normal View History

2014-08-07 17:35:47 +03: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 16:57:42 +03:00
<h1>... Ethereum ...</h1>
2014-08-14 14:26:29 +03:00
<ul>
<li><a href="http://std.eth">std::Service</a></li>
</ul>
2014-08-07 17:35:47 +03:00
</body>
</html>