diff options
author | Indrajith K L | 2024-02-05 12:25:45 +0530 |
---|---|---|
committer | Indrajith K L | 2024-02-05 12:25:45 +0530 |
commit | 6912ed7a957f9cb2dcd4906772dc1ae963d07755 (patch) | |
tree | a320364f99fd7cf6c3233f8a1dabfe0a5b541a57 /index.html | |
parent | 0d95956ab46d9ad153008f0e896d1c73ce9e9122 (diff) | |
download | react-hooks-training-6912ed7a957f9cb2dcd4906772dc1ae963d07755.tar.gz react-hooks-training-6912ed7a957f9cb2dcd4906772dc1ae963d07755.tar.bz2 react-hooks-training-6912ed7a957f9cb2dcd4906772dc1ae963d07755.zip |
Updates index.html
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="icon" href="https://fav.farm/🪄" /> - <title>Animotion</title> + <title>React Hooks Training</title> </head> <body> <div id="app"></div> |