github.com/minio/console@v1.4.1/web-app/public/index.html (about)

     1  <!doctype html>
     2  <html lang="en">
     3    <head>
     4      <meta charset="utf-8" />
     5      <base href="/" />
     6      <meta content="width=device-width, initial-scale=1" name="viewport" />
     7      <meta
     8        content="#081C42"
     9        media="(prefers-color-scheme: light)"
    10        name="theme-color"
    11      />
    12      <meta
    13        content="#081C42"
    14        media="(prefers-color-scheme: dark)"
    15        name="theme-color"
    16      />
    17      <meta content="MinIO Console" name="description" />
    18      <meta name="minio-license" content="agpl" />
    19      <!--
    20    manifest.json provides metadata used when your web app is installed on a
    21    user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
    22  -->
    23      <link href="%PUBLIC_URL%/styles/root-styles.css" rel="stylesheet" />
    24      <link
    25        href="%PUBLIC_URL%/apple-icon-180x180.png"
    26        rel="apple-touch-icon"
    27        sizes="180x180"
    28      />
    29      <link
    30        href="%PUBLIC_URL%/favicon-32x32.png"
    31        rel="icon"
    32        sizes="32x32"
    33        type="image/png"
    34      />
    35      <link
    36        href="%PUBLIC_URL%/favicon-96x96.png"
    37        rel="icon"
    38        sizes="96x96"
    39        type="image/png"
    40      />
    41      <link
    42        href="%PUBLIC_URL%/favicon-16x16.png"
    43        rel="icon"
    44        sizes="16x16"
    45        type="image/png"
    46      />
    47      <link href="%PUBLIC_URL%/manifest.json" rel="manifest" />
    48      <link
    49        color="#3a4e54"
    50        href="%PUBLIC_URL%/safari-pinned-tab.svg"
    51        rel="mask-icon"
    52      />
    53      <!--
    54    Notice the use of %PUBLIC_URL% in the tags above.
    55    It will be replaced with the URL of the `public` folder during the build.
    56    Only files inside the `public` folder can be referenced from the HTML.
    57  
    58    Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
    59    work correctly both with client-side routing and a non-root public URL.
    60    Learn how to configure a non-root public URL by running `npm run build`.
    61  -->
    62      <title>MinIO Console</title>
    63    </head>
    64    <body>
    65      <noscript>You need to enable JavaScript to run this app.</noscript>
    66      <div id="root">
    67        <div id="preload">
    68          <img src="./images/background.svg" />
    69          <img src="./images/background-wave-orig2.svg" />
    70        </div>
    71        <div id="loader-block">
    72          <img src="./Loader.svg" />
    73        </div>
    74      </div>
    75      <!--
    76  This HTML file is a template.
    77  If you open it directly in the browser, you will see an empty page.
    78  
    79  You can add webfonts, meta tags, or analytics to this file.
    80  The build step will place the bundled scripts into the <body> tag.
    81  
    82  To begin the development, run `npm start` or `yarn start`.
    83  To create a production bundle, use `npm run build` or `yarn build`.
    84  -->
    85    </body>
    86  </html>