github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/dashboard/frontend/index.html (about)

     1  <!DOCTYPE html>
     2  <html lang="en">
     3    <head>
     4      <meta charset="UTF-8" />
     5      <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     6      <meta
     7        name="description"
     8        content="Bacalhau Dashboard"
     9      />
    10      <link rel="icon" href="/img/logo.png">
    11      <link
    12        rel="stylesheet"
    13        href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
    14      />
    15      <link
    16        rel="stylesheet"
    17        href="https://fonts.googleapis.com/icon?family=Material+Icons"
    18      />
    19      <title>Bacalhau Dashboard</title>
    20    </head>
    21    <body>
    22      <noscript>You need to enable JavaScript to run this app.</noscript>
    23      <div id="root"></div>
    24      <script type="module" src="/src/index.tsx"></script>
    25    </body>
    26  </html>