Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source-group1
/
animal-Info
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Eunsu486
2021-05-22 17:00:06 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
4a86309c44db72011cf070548f5e3d8401d9cf71
4a86309c
1 parent
7f2fb2d5
change header
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
5 deletions
views/components/header.ejs
views/components/header.ejs
View file @
4a86309
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<h1>동물 관련 정보</h1>
\ No newline at end of file
<header id="header">
<hgroup>
<h1 class="logo">
<a href="#"><img src="#" alt="헤더로고"></a>
</h1>
<h2 class="theme">동물 관련 장소 조회</h2>
</hgroup>
</header>
\ No newline at end of file
...
...
Please
register
or
login
to post a comment