Skip to content

Commit

Permalink
fix: update title, metadata, and favicon (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
elysee15 authored Aug 6, 2021
1 parent a7343e3 commit 003fa8b
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 23 deletions.
Binary file modified public/favicon.ico
Binary file not shown.
53 changes: 30 additions & 23 deletions public/index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta
name="viewport"
content="minimum-scale=1, initial-scale=1, width=device-width"
/>
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="minimum-scale=1, initial-scale=1, width=device-width" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -27,12 +19,27 @@
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>React App</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<title>Whisper | Rotational Labs</title>
<meta
name="description"
content="There are many secrets management utilities, this one is Rotational Labs' … shhh"
/>
<meta name="”robots”" content="”noindex," nofollow”="" />
<meta property="og:title" content="Whisper" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://whisper.rotational.dev" />
<meta property="og:image" content="" />
<meta
property="og:description"
content="The whisper service is an internal helper tool used at Rotational Labs to share secrets and secret files securely. We've made the code open source and are happy to have general contributions that enhance the project, and have made these releases freely available with no warranty to anyone who would like to use them."
/>

<meta name="theme-color" content="#283593" />
</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.
Expand All @@ -42,5 +49,5 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</body>
</html>

0 comments on commit 003fa8b

Please sign in to comment.