mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-09 03:01:19 +00:00
da20785685
Former-commit-id: 23f542f43b4b493e38f5aa4c29788ed93a63b43b [formerly 71b23a6a28eb045fcfeab6329de69f1e5455486b] Former-commit-id: d12b3a6decc876f010a71f98e11df7387c1aaf2a
24 lines
749 B
HTML
24 lines
749 B
HTML
<!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>
|
|
<link rel="shortcut icon" type="image/ico" href="https://ethereum.org/favicon.ico" />
|
|
<style>
|
|
::-webkit-scrollbar {
|
|
width: 16px;
|
|
}
|
|
::-webkit-scrollbar-thumb {
|
|
background: #212121;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body style="height: 100%; margin: 0">
|
|
<div id="dashboard" style="height: 100%"></div>
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|