github.com/tuotoo/go-ethereum@v1.7.4-0.20171121184211-049797d40a24/dashboard/assets/public/dashboard.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  
    11          <!-- TODO (kurkomisi): Return to the external libraries to speed up the bundling during development -->
    12      </head>
    13      <body style="height: 100%; margin: 0">
    14          <div id="dashboard" style="height: 100%"></div>
    15          <script src="bundle.js"></script>
    16      </body>
    17  </html>