Skip to content

Commit

Permalink
fix: improve app's bootstrap HTML metadata (#2168)
Browse files Browse the repository at this point in the history
  • Loading branch information
jphastings committed Apr 19, 2024
1 parent c6159c3 commit 9c10520
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions public/index.html
Expand Up @@ -3,9 +3,10 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="theme-color" content="#000000">
<meta name="theme-color" content="#0b3a53">
<meta name="generator" content="ipfs-webui https://github.com/ipfs-shipyard/ipfs-webui">
<meta name="revision" content="%REACT_APP_GIT_REV%">
<meta name="description" content="A web interface for Kubo RPC. Check on your IPFS node stats, explore the IPLD powered merkle forest, see Libp2p peers around the world and manage your files, without needing to touch the CLI.">
<!--
manifest.json provides metadata used when your web app is added to the
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
Expand All @@ -21,22 +22,23 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>IPFS</title>
<title>WebUI | IPFS</title>
<link rel="canonical" href="https://webui.ipfs.io/">
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>


<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
Expand Down

0 comments on commit 9c10520

Please sign in to comment.