Skip to content

Commit

Permalink
viewport추가
Browse files Browse the repository at this point in the history
  • Loading branch information
ChoTD committed Mar 2, 2024
1 parent fc0eb88 commit 4b85fd4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Linkbrary</title>
<link rel="stylesheet" href="./src/landing.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Linkbrary">
<meta property="og:description" content="세상의 모든 정보를 쉽게 저장하고 관리해 보세요">
<meta property="og:url" content="https://codeit-linkbrary-sy.netlify.app/">
Expand Down
1 change: 1 addition & 0 deletions signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
/>
<link rel="stylesheet" href="./src/sign.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
Expand Down
1 change: 1 addition & 0 deletions signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
href="https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css"
/>
<link rel="stylesheet" href="./src/sign.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<header>
Expand Down

0 comments on commit 4b85fd4

Please sign in to comment.