Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/front/add default meta tag #191

Merged
merged 2 commits into from
Feb 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 16 additions & 7 deletions frontend/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.png" />
<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="theme-color" content="#00994F" />

<meta name="subject" content="See-at | 나만의 작은 친구" />
<meta name="author" content="D&D 사이드 프로젝트 4기 9조 See-at" />
<meta name="keywords" content="웹, 웹 개발, 웹 디자인, D&D, 사이드 프로젝트, 동아리, 반려식물, 큐레이션, See-at, 나만의 작은 친구, React, Node, Javascript" />
<meta name="description" content="반려식물 큐레이션 서비스" />

<meta property="og:title" content="See-at | 나만의 작은 친구" />
<meta property="og:url" content="https://www.seeat-plant.com/" />
<meta property="og:image" content="%PUBLIC_URL%/meta.png" />
<meta property="og:type" content="website" />
<meta property="og:description" content="반려식물 큐레이션 서비스" />

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!-- fonts -->
Expand All @@ -17,12 +25,13 @@
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="//cdn.jsdelivr.net/font-iropke-batang/1.2/font-iropke-batang.css">
<link href="https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap" rel="stylesheet">
<title>See-at 나만의 작은 친구</title>

<title>See-at | 나만의 작은 친구</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
<!-- lottie -->
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
</html>
</html>
Binary file modified frontend/public/logo192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified frontend/public/logo512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added frontend/public/meta.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.