-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,13 +8,11 @@ | |
as="style" | ||
crossorigin | ||
/> | ||
|
||
<link | ||
rel="stylesheet" | ||
href="https://fonts.googleapis.com/icon?family=Material+Icons" | ||
crossorigin | ||
/> | ||
|
||
<link | ||
rel="preload" | ||
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200" | ||
|
@@ -36,11 +34,6 @@ | |
content="width=device-width, initial-scale=1.0" | ||
/> | ||
<title>STYLED</title> | ||
<meta | ||
name="viewport" | ||
content="width=device-width, initial-scale=1.0" | ||
/> | ||
<title>STYLED</title> | ||
<meta | ||
name="description" | ||
content="옷 사진을 공유하며 사용자들과 댓글을 작성하거나, 팔로우 및 좋아요, 채팅을 할 수 있는 소셜 네트워크 서비스입니다." | ||
|
@@ -61,19 +54,13 @@ | |
property="og:description" | ||
content="옷 사진을 공유하며 사용자들과 댓글을 작성하거나, 팔로우 및 좋아요, 채팅을 할 수 있는 소셜 네트워크 서비스입니다." | ||
/> | ||
<meta | ||
<meta | ||
property="og:image" | ||
content="/STYLED-logo.png" | ||
/> | ||
<meta | ||
content="/STYLED-logo.png" | ||
/> | ||
<meta | ||
property="og:url" | ||
content="styled-rho.vercel.app/" | ||
/> | ||
content="styled-rho.vercel.app/" | ||
/> | ||
<meta | ||
property="og:site_name" | ||
|
@@ -91,11 +78,9 @@ | |
name="twitter:description" | ||
content="옷 사진을 공유하며 사용자들과 댓글을 작성하거나, 팔로우 및 좋아요, 채팅을 할 수 있는 소셜 네트워크 서비스입니다." | ||
/> | ||
<meta | ||
<meta | ||
name="twitter:image" | ||
content="/STYLED-logo.png" | ||
content="/STYLED-logo.png" | ||
/> | ||
</head> | ||
<body> | ||
|