-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path09_github+pages.html
More file actions
49 lines (49 loc) · 1.35 KB
/
09_github+pages.html
File metadata and controls
49 lines (49 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- favicon : -->
<!-- https://favicon.io/ -->
<!-- https://www.svgrepo.com/ -->
<link
rel="apple-touch-icon"
sizes="180x180"
href="./apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="./favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="./favicon-16x16.png"
/>
<link rel="manifest" href="./site.webmanifest" />
<!-- OG Tag -->
<!-- 1. title -->
<meta property="og:title" content="김자바의 첫 배포 페이지" />
<!-- 2. description -->
<meta
property="og:description"
content="김자바는 최고의 백엔드 엔지니어입니다"
/>
<!-- 3. image -->
<!-- <meta property="og:image" content="./preview.png" /> -->
<!-- <meta property="og:image" content="/preview.png" /> -->
<!-- 실제 프리뷰 연결 -->
<!-- {https://kimjava911.github.io/250912_html02}/preview.png -->
<meta
property="og:image"
content="https://kimjava911.github.io/250912_html02/preview.png"
/>
<title>김자바의 첫 배포 페이지</title>
</head>
<body>
안녕 나는 자바야!
</body>
</html>