Toggle navigation
Toggle navigation
This project
Loading...
Sign in
서민정
/
SEARCH-AND-CHAT
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
2
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
서민정
2020-06-19 19:36:08 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
75b05b581df98170cab9fcc054f75e36ab8e4046
75b05b58
1 parent
2119706e
add ogtitle & ogdescription
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
client/public/index.html
client/public/index.html
View file @
75b05b5
...
...
@@ -8,6 +8,7 @@
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<title>
SEARCH-AND-CHAT
</title>
<!--
manifest.json provides metadata used when your web app is installed on a
...
...
@@ -15,6 +16,8 @@
-->
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<meta
property=
"og:title"
content=
"SEARCH-AND-CHAT"
>
<meta
property=
"og:description"
content=
"대화 및 소식과 영상의 검색이 가능한 웹 챗봇 소통이입니다!"
>
<!-- <script charset="utf-8" src="//cdn.iframe.ly/embed.js?api_key=3d0d059e07f98dcecefab2"></script>
<script>
...
...
@@ -35,6 +38,7 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
...
...
Please
register
or
login
to post a comment