Skip to content

Commit 51f671b

Browse files
authored
Typo fixed in 03Hyperlink.html
meta 속성중 content는 href는 못쓴다..
1 parent b72fb7e commit 51f671b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HTML/day02/03Hyperlink.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta property="og:type" content="website">
88
<meta property="og:title" content="(산대특) JAV/Python 개발 기록 블로그">
99
<meta property="og:description" content="(산대특) 클라우드 기반 자바/파이썬 활용 AI융합 풀스택개발자 과정 육성 기록용 블로그html">
10-
<meta property="og:image" href="HTML/day02/datas/thumb.webp">
10+
<meta property="og:image" content="HTML/day02/datas/thumb.webp">
1111
<meta property="og:url" content="https://gamgo.github.io/lmsgithub/">
1212
<link rel="icon" href="../day01/favicon2.jpg" />
1313
<link rel="stylesheet" href="datas/03.css" />

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<meta property="og:type" content="website">
88
<meta property="og:title" content="(산대특) JAV/Python 개발 기록 블로그">
99
<meta property="og:description" content="(산대특) 클라우드 기반 자바/파이썬 활용 AI융합 풀스택개발자 과정 육성 기록용 블로그html">
10-
<meta property="og:image" href="HTML/day02/datas/thumb.webp">
10+
<meta property="og:image" content="HTML/day02/datas/thumb.webp">
1111
<meta property="og:url" content="https://gamgo.github.io/lmsgithub/">
1212
<link rel="icon" href="HTML/day01/favicon2.jpg" />
1313
<link rel="stylesheet" href="HTML/day02/datas/03.css" />

0 commit comments

Comments
 (0)