-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsitemap.html
More file actions
36 lines (36 loc) · 1.01 KB
/
sitemap.html
File metadata and controls
36 lines (36 loc) · 1.01 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
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>사이트맵 - 이호기</title>
</head>
<body>
<h1>사이트맵</h1>
<ul>
<li><a href="https://hokilee.github.io/">홈페이지</a></li>
<li>
<a href="https://hokilee.github.io/about-me-board.html">About Me</a>
</li>
<li>
<a href="https://hokilee.github.io/career-board.html">경력 이야기</a>
</li>
<li>
<a href="https://hokilee.github.io/today-content-board.html"
>오늘의 콘텐츠</a
>
</li>
<li>
<a href="https://hokilee.github.io/latest-content-board.html"
>기술자료</a
>
</li>
<li>
<a href="https://hokilee.github.io/tech-trend-board.html"
>기술 트렌드/뉴스</a
>
</li>
<li><a href="https://hokilee.github.io/contact-board.html">연락처</a></li>
</ul>
</body>
</html>