mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2025-01-07 02:02:18 +00:00
31d4fd0678
Former-commit-id: 46792bf21cbfd109e0a912577c47e7c68c1fe09b [formerly 14503cf42f8cb0d70f7b09c9fdefd15a3deefaf7] Former-commit-id: 72a23597a36b67bd2babb278132fc64807e86ea0
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>
|