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.
24 lines
749 B
24 lines
749 B
7 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en" style="height: 100%">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
||
|
<title>Go Ethereum Dashboard</title>
|
||
7 years ago
|
<link rel="shortcut icon" type="image/ico" href="https://ethereum.org/favicon.ico" />
|
||
|
<style>
|
||
|
::-webkit-scrollbar {
|
||
|
width: 16px;
|
||
|
}
|
||
|
::-webkit-scrollbar-thumb {
|
||
|
background: #212121;
|
||
|
}
|
||
|
</style>
|
||
7 years ago
|
</head>
|
||
|
<body style="height: 100%; margin: 0">
|
||
|
<div id="dashboard" style="height: 100%"></div>
|
||
|
<script src="bundle.js"></script>
|
||
|
</body>
|
||
|
</html>
|