forked from cerc-io/plugeth
22 lines
256 B
HTML
22 lines
256 B
HTML
<!doctype>
|
|
<html>
|
|
<head>
|
|
<title>Ethereum</title>
|
|
|
|
<style type="text/css">
|
|
h1 {
|
|
text-align: center;
|
|
font-family: Courier;
|
|
font-size: 50pt;
|
|
margin-top: 25%
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>... Ethereum ...</h1>
|
|
<!-- ĐΞV --!>
|
|
</body>
|
|
</html>
|
|
|