Skip to content
Snippets Groups Projects
Select Git revision
  • 7c39f6b810b9912ac2102c31c2fa97a0c54fe964
  • main default protected
2 results

index.html

Blame
  • Forked from SOFT Core / SOFT 260 / React Redux Starter Code
    Source project has a limited visibility.
    index.html 674 B
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
        <meta
          name="description"
          content="An app that takes units and converts them to other units"
        />
        <meta name="theme-color" content="rgba(208 0 0 / 100%)" />
        <link rel="icon" href="%PUBLIC_URL%/logo.svg" />
        <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
        <title>Unit Conversion</title>
      </head>
      <body>
        <noscript>You need to enable JavaScript to run this app.</noscript>
        <div id="root"></div>
      </body>
    </html>