Skip to content

Commit 9c10520

Browse files
authored
fix: improve app's bootstrap HTML metadata (#2168)
1 parent c6159c3 commit 9c10520

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

public/index.html

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6-
<meta name="theme-color" content="#000000">
6+
<meta name="theme-color" content="#0b3a53">
77
<meta name="generator" content="ipfs-webui https://github.com/ipfs-shipyard/ipfs-webui">
88
<meta name="revision" content="%REACT_APP_GIT_REV%">
9+
<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.">
910
<!--
1011
manifest.json provides metadata used when your web app is added to the
1112
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
@@ -21,22 +22,23 @@
2122
work correctly both with client-side routing and a non-root public URL.
2223
Learn how to configure a non-root public URL by running `npm run build`.
2324
-->
24-
<title>IPFS</title>
25+
<title>WebUI | IPFS</title>
26+
<link rel="canonical" href="https://webui.ipfs.io/">
2527
</head>
2628
<body>
2729
<noscript>
2830
You need to enable JavaScript to run this app.
2931
</noscript>
30-
31-
32+
33+
3234
<div id="root"></div>
3335
<!--
3436
This HTML file is a template.
3537
If you open it directly in the browser, you will see an empty page.
36-
38+
3739
You can add webfonts, meta tags, or analytics to this file.
3840
The build step will place the bundled scripts into the <body> tag.
39-
41+
4042
To begin the development, run `npm start` or `yarn start`.
4143
To create a production bundle, use `npm run build` or `yarn build`.
4244
-->

0 commit comments

Comments
 (0)