github.com/xxRanger/go-ethereum@v1.8.23/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 ::-webkit-scrollbar-corner { 18 background: transparent; 19 } 20 </style> 21 </head> 22 <body style="height: 100%; margin: 0"> 23 <div id="dashboard" style="height: 100%"></div> 24 <script src="bundle.js"></script> 25 </body> 26 </html>