diff options
author | rohan09-raj <rajrohan1914@gmail.com> | 2022-08-02 00:06:39 +0530 |
---|---|---|
committer | rohan09-raj <rajrohan1914@gmail.com> | 2022-08-02 00:06:39 +0530 |
commit | 5f8f6f98c2c47ca878aadb893b0d64a0c66316aa (patch) | |
tree | c32ee819c446a47f9eed15d44330a19d31b6e9b3 /client/public | |
parent | 337b0a2a7d358a597e114197cf5d12e8ed81a19e (diff) |
added useState and made input functional
Diffstat (limited to 'client/public')
-rw-r--r-- | client/public/favicon.ico | bin | 3870 -> 18064 bytes | |||
-rw-r--r-- | client/public/index.html | 11 |
2 files changed, 9 insertions, 2 deletions
diff --git a/client/public/favicon.ico b/client/public/favicon.ico Binary files differindex a11777c..8ed2dd7 100644 --- a/client/public/favicon.ico +++ b/client/public/favicon.ico diff --git a/client/public/index.html b/client/public/index.html index de71572..aa37a82 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -3,13 +3,20 @@ <head> <meta charset="utf-8" /> <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> + <!-- <a href="https://iconscout.com/icons/aadhaar" target="_blank" + >Aadhaar Icon</a + > + by + <a href="https://iconscout.com/contributors/icon-mafia" target="_blank" + >Icon Mafia</a + > --> <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" /> - <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> + <link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon.ico" /> <!-- 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/ @@ -31,7 +38,7 @@ href="https://fonts.googleapis.com/css2?family=Barlow&family=Fredoka+One&display=swap" rel="stylesheet" /> - <title>React App</title> + <title>Aadhaar | Enrollment & Update</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> |