time-convertor

Convert time across timezones
git clone http://git.hanabi.in/repos/time-convertor.git
Log | Files | Refs | README | LICENSE

commit 22fa942f2170ae58acd85b499cadc511949c7991
parent d86f7d7419f183ab57520e1a14b7bf4278a406a6
Author: Agastya Chandrakant <me@hanabi.in>
Date:   Sun, 17 May 2020 22:01:31 +0530

page title

Diffstat:
Mpublic/index.html | 7++-----
1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/public/index.html b/public/index.html @@ -5,10 +5,7 @@ <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> <meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="theme-color" content="#000000" /> - <meta - name="description" - content="Web site created using create-react-app" - /> + <meta name="description" content="Convert times" /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <!-- manifest.json provides metadata used when your web app is installed on a @@ -24,7 +21,7 @@ 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> + <title>time convertor</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript>