plugeth/mist/assets/ext/home.html

23 lines
283 B
HTML
Raw Normal View History

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