github.com/wfusion/gofusion@v1.1.14/common/infra/asynq/asynqmon/ui/public/index.html (about)

     1  <!--
     2    This file is used as a template for go's html/template package.
     3    Use delimiter "/[[", "]]" to denote actions.
     4  -->
     5  <!DOCTYPE html>
     6  <html lang="en">
     7    <head>
     8      <meta charset="utf-8" />
     9      <link rel="icon" type="image/png" href="%PUBLIC_URL%/favicon.ico" />
    10      <link
    11        rel="icon"
    12        type="image/png"
    13        sizes="32x32"
    14        href="%PUBLIC_URL%/favicon-32x32.png"
    15      />
    16      <link
    17        rel="icon"
    18        type="image/png"
    19        sizes="16x16"
    20        href="%PUBLIC_URL%/favicon-16x16.png"
    21      />
    22      <meta name="viewport" content="width=device-width, initial-scale=1" />
    23      <meta name="theme-color" content="#000000" />
    24      <meta name="description" content="Asynq monitoring web console" />
    25      <link
    26        rel="apple-touch-icon"
    27        sizes="180x180"
    28        href="%PUBLIC_URL%/apple-touch-icon.png"
    29      />
    30      <!--
    31        manifest.json provides metadata used when your web app is installed on a
    32        user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
    33      -->
    34      <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
    35      <!--
    36        Notice the use of %PUBLIC_URL% in the tags above.
    37        It will be replaced with the URL of the `public` folder during the build.
    38        Only files inside the `public` folder can be referenced from the HTML.
    39  
    40        Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
    41        work correctly both with client-side routing and a non-root public URL.
    42        Learn how to configure a non-root public URL by running `npm run build`.
    43      -->
    44      <link
    45        rel="stylesheet"
    46        href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
    47      />
    48      <link
    49        rel="stylesheet"
    50        href="https://fonts.googleapis.com/icon?family=Material+Icons"
    51      />
    52      <script>
    53        window.FLAG_ROOT_PATH = "%PUBLIC_URL%";
    54        window.FLAG_PROMETHEUS_SERVER_ADDRESS = "/[[.PrometheusAddr]]";
    55  	  window.FLAG_READ_ONLY = "/[[.ReadOnly]]";
    56      </script>
    57      <title>Asynq - Monitoring</title>
    58    </head>
    59    <body>
    60      <noscript>You need to enable JavaScript to run this app.</noscript>
    61      <div id="root"></div>
    62      <!--
    63        This HTML file is a template.
    64        If you open it directly in the browser, you will see an empty page.
    65  
    66        You can add webfonts, meta tags, or analytics to this file.
    67        The build step will place the bundled scripts into the <body> tag.
    68  
    69        To begin the development, run `npm start` or `yarn start`.
    70        To create a production bundle, use `npm run build` or `yarn build`.
    71      -->
    72    </body>
    73  </html>