github.com/anthdm/go-ethereum@v1.8.4-0.20180412101906-60516c83b011/dashboard/assets/index.html (about) 1 <!DOCTYPE html> 2 <html lang="en" style="height: 100%"> 3 <head> 4 <meta charset="UTF-8"> 5 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 6 <meta name="viewport" content="width=device-width, initial-scale=1"> 7 8 <title>Go Ethereum Dashboard</title> 9 <link rel="shortcut icon" type="image/ico" href="https://ethereum.org/favicon.ico" /> 10 <style> 11 ::-webkit-scrollbar { 12 width: 16px; 13 } 14 ::-webkit-scrollbar-thumb { 15 background: #212121; 16 } 17 </style> 18 </head> 19 <body style="height: 100%; margin: 0"> 20 <div id="dashboard" style="height: 100%"></div> 21 <script src="bundle.js"></script> 22 </body> 23 </html>