Showing
1 changed file
with
8 additions
and
5 deletions
| 1 | -<meta charset="UTF-8" /> | ||
| 2 | -<meta name="viewport" content="width=device-width, initial-scale=1.0" /> | ||
| 3 | - | ||
| 4 | - | ||
| 5 | -<h1>동물 관련 정보</h1> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
| 1 | +<header id="header"> | ||
| 2 | + <hgroup> | ||
| 3 | + <h1 class="logo"> | ||
| 4 | + <a href="#"><img src="#" alt="헤더로고"></a> | ||
| 5 | + </h1> | ||
| 6 | + <h2 class="theme">동물 관련 장소 조회</h2> | ||
| 7 | + </hgroup> | ||
| 8 | +</header> | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file | ... | ... |
-
Please register or login to post a comment