diff options
-rw-r--r-- | app/public/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/public/index.html b/app/public/index.html index aa069f2..046038e 100644 --- a/app/public/index.html +++ b/app/public/index.html @@ -7,7 +7,7 @@ <meta name="theme-color" content="#000000" /> <meta name="description" - content="Web site created using create-react-app" + content="Zhongheng Liu's online portfolio and personal homepage." /> <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> <!-- @@ -24,7 +24,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>Zhongheng Liu - About Me</title> </head> <body> <noscript>You need to enable JavaScript to run this app.</noscript> |