Skip to content

Commit

Permalink
feat: 메타태그 설정
Browse files Browse the repository at this point in the history
  • Loading branch information
qwer0114 authored and qwer0114 committed Dec 2, 2024
1 parent c85f83d commit bc32847
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions packages/client/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="🌱 코인 투자, 첫 걸음이 막막하신가요? 처음 시작하는 분들을 위한 안전한 투자 연습장이 여기 있습니다!"
/>
<meta
name="keywords"
content="코린이,corinee,가상화폐,코인투자,비트코인,모의투자,투자연습,초보투자"
/>
<meta name="author" content="부스트캠프 9기 Web03팀" />
<meta property="og:title" content="CorinEE" />
<meta
property="og:description"
content="🌱 코인 투자, 첫 걸음이 막막하신가요? 처음 시작하는 분들을 위한 안전한 투자 연습장이 여기 있습니다!"
/>
<meta property="og:image" content="/favicon.png" />
<title>CorinEE</title>
</head>
<body>
Expand Down

0 comments on commit bc32847

Please sign in to comment.