emotion diary : fix error

This commit is contained in:
haerong22
2022-04-23 03:13:49 +09:00
parent 833117d08e
commit 5958339a81
7 changed files with 28 additions and 8 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

View File

@@ -1,15 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<html lang="ko">
<head>
<meta charset="utf-8" />
<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="나만의 감정 일기장" />
<title>React App</title>
<title>감정 일기장</title>
</head>
<body>
<div id="root"></div>