Toggle navigation
Toggle navigation
This project
Loading...
Sign in
김지완
/
KhuPang
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
최승호
2019-12-01 23:12:02 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1cafd1ca319a0ddebbab49c6a220ff2e13bb2277
1cafd1ca
1 parent
cd26d4c5
index.html fixed(+menubar)
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
12 deletions
index.html
index.html
View file @
1cafd1c
...
...
@@ -6,17 +6,29 @@
<link
rel=
"stylesheet"
href=
"mart_css.css"
>
</head>
<body>
<div
id =
"main_search"
>
<h1><a
href=
"index.html"
>
합리적인 소비를 해보자!
</a></h1>
<form>
<input
type =
"text"
placeholder=
"검색어 입력"
/>
<input
id =
"srch_bttn"
type =
"submit"
value =
"검색"
/>
</form>
</div>
<h2>
마트
<h2>
<ul>
<li><a
href=
"lottemart.html"
>
롯데마트
</a></li>
<li><a
href=
"emart.html"
>
이마트
</a></li>
<li><a
href=
"homeplus.html"
>
홈플러스
</a></li>
<div
class=
"menubar"
>
<ul>
<li><a
href=
"#"
id=
"current"
>
대형마트
</a>
<ul>
<li><a
href=
"lottemart.html"
>
롯데마트
</a></li>
<li><a
href=
"emart.html"
>
이마트
</a></li>
<li><a
href=
"homeplus.html"
>
홈플러스
</a></li>
</ul>
</li>
<li><a
href=
"#"
><strong>
HEALTH
</strong></a></li>
<li><a
href=
"#"
>
다
</a></li>
<li><a
href=
"#"
>
른
</a></li>
<li><a
href=
"#"
>
거
</a></li>
<li><a
href=
"#"
>
추
</a></li>
<li><a
href=
"#"
>
가
</a></li>
</ul>
</div>
<div
id =
"main_search"
>
<h1><a
href=
"index.html"
>
합리적인 소비를 해보자!
</a></h1>
<form>
<input
type =
"text"
placeholder=
"검색어 입력"
/>
<input
id =
"srch_bttn"
type =
"submit"
value =
"검색"
/>
</form>
</div>
</body>
</html>
...
...
Please
register
or
login
to post a comment