Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2020-1-capstone-design1
/
Triz_Project1
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
1
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2020-05-08 14:03:53 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ea06dd5748192351b43e87d48bf7ad83fd377132
ea06dd57
1 parent
0b324514
create Helmet.js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
0 deletions
front/src/Components/Helmet.js
front/src/Components/Helmet.js
0 → 100644
View file @
ea06dd5
import
React
from
"react"
;
import
{
Helmet
}
from
"react-helmet"
;
export
default
()
=>
{
return
(
<
Helmet
>
<
meta
charSet
=
"utf-8"
/>
<
title
>
KhuChat
<
/title
>
<
link
href
=
"https://fonts.googleapis.com/css2?family=Raleway:ital,wght@1,300&display=swap"
rel
=
"stylesheet"
/>
<
/Helmet
>
);
};
Please
register
or
login
to post a comment